Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptController.h

Issue 2719333002: second stage
Patch Set: Need to get around resource loading without web/ Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/bindings/core/v8/ScriptController.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
index 010f7fecd1a94a6cd64ae1f898658c095c368db7..71e491587e8b25535d3305f72fec16917cfdeaf7 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
@@ -50,6 +50,7 @@ namespace blink {
class DOMWrapperWorld;
class Element;
class KURL;
+class PluginClient;
class ScriptSourceCode;
class SecurityOrigin;
class Widget;
@@ -112,6 +113,7 @@ class CORE_EXPORT ScriptController final
bool shouldBypassMainWorldCSP();
PassRefPtr<SharedPersistent<v8::Object>> createPluginWrapper(Widget*);
+ PassRefPtr<SharedPersistent<v8::Object>> createPluginWrapper(PluginClient*);
void enableEval();
void disableEval(const String& errorMessage);
« no previous file with comments | « extensions/browser/mojo/mime_handler_view_service.cc ('k') | third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698