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

Unified Diff: third_party/WebKit/Source/core/exported/WebFactory.h

Issue 2873503002: NOT YET READY: Improve granularity of window namespaces in Blink.
Patch Set: Rebasing... Created 3 years, 6 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/core/exported/WebFactory.h
diff --git a/third_party/WebKit/Source/core/exported/WebFactory.h b/third_party/WebKit/Source/core/exported/WebFactory.h
index 9ec794f6bc2110ccb8b0a932662f7ace8a10e7b3..118392a555783d78346f01909d33b387f375281f 100644
--- a/third_party/WebKit/Source/core/exported/WebFactory.h
+++ b/third_party/WebKit/Source/core/exported/WebFactory.h
@@ -29,7 +29,8 @@ class CORE_EXPORT WebFactory {
virtual ChromeClient* CreateChromeClient(WebViewBase*) const = 0;
virtual WebViewBase* CreateWebViewBase(WebViewClient*,
- WebPageVisibilityState) const = 0;
+ WebPageVisibilityState,
+ WebViewBase* opener) const = 0;
virtual WebLocalFrameBase* CreateWebLocalFrameBase(
WebTreeScopeType,
WebFrameClient*,
« no previous file with comments | « extensions/renderer/extension_frame_helper.cc ('k') | third_party/WebKit/Source/core/exported/WebSharedWorkerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698