File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,11 @@ bool ContentRendererClient::OverrideCreatePlugin(
2626 return false ;
2727}
2828
29+ bool ContentRendererClient::WillSetSecurityToken (WebKit::WebFrame* frame,
30+ v8::Handle<v8::Context>) {
31+ return false ;
32+ }
33+
2934WebKit::WebPlugin* ContentRendererClient::CreatePluginReplacement (
3035 RenderView* render_view,
3136 const base::FilePath& plugin_path) {
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ class CONTENT_EXPORT ContentRendererClient {
202202 v8::Handle<v8::Context>,
203203 int world_id) {}
204204 virtual bool WillSetSecurityToken (WebKit::WebFrame* frame,
205- v8::Handle<v8::Context>) { return false ; }
205+ v8::Handle<v8::Context>);
206206
207207 // See WebKit::Platform.
208208 virtual unsigned long long VisitedLinkHash (const char * canonical_url,
You can’t perform that action at this time.
0 commit comments