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

Unified Diff: third_party/WebKit/Source/web/WebFactoryImpl.h

Issue 2913613003: Made WebFactory::SetInstance private (Closed)
Patch Set: Moved to be protected Created 3 years, 7 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/web/WebFactoryImpl.h
diff --git a/third_party/WebKit/Source/web/WebFactoryImpl.h b/third_party/WebKit/Source/web/WebFactoryImpl.h
index a341ce83a8fd6e465213783fd4cc9ffc0e89fdb6..4d13eae2cb6777867a9e9c9164f9ebc9718b665f 100644
--- a/third_party/WebKit/Source/web/WebFactoryImpl.h
+++ b/third_party/WebKit/Source/web/WebFactoryImpl.h
@@ -14,6 +14,9 @@ class WebFactoryImpl : public WebFactory {
WebFactoryImpl() {}
~WebFactoryImpl() {}
+ // Sets WebFactory to have a new instance of WebFactoryImpl.
+ static void Initialize();
+
ChromeClient* CreateChromeClient(WebViewBase*) const override;
WebViewBase* CreateWebViewBase(WebViewClient*,
WebPageVisibilityState) const override;
« no previous file with comments | « third_party/WebKit/Source/core/exported/WebFactory.h ('k') | third_party/WebKit/Source/web/WebFactoryImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698