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

Unified Diff: third_party/WebKit/public/web/WebView.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
« no previous file with comments | « third_party/WebKit/public/web/WebFrameClient.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebView.h
diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h
index 467099746c508b21065aecd40f51845bf3a9077d..b56e9f5a5c1597fda8333fcc420cc99f4df2955a 100644
--- a/third_party/WebKit/public/web/WebView.h
+++ b/third_party/WebKit/public/web/WebView.h
@@ -120,7 +120,9 @@ class WebView : protected WebWidget {
// call setMainFrame to finish the initialization. It is valid
// to pass a null client pointer. The WebPageVisibilityState defines the
// initial visibility of the page.
- BLINK_EXPORT static WebView* Create(WebViewClient*, WebPageVisibilityState);
+ BLINK_EXPORT static WebView* Create(WebViewClient*,
+ WebPageVisibilityState,
+ WebView* opener = nullptr);
// After creating a WebView, you should immediately call this method.
// You can optionally modify the settings before calling this method.
« no previous file with comments | « third_party/WebKit/public/web/WebFrameClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698