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

Unified Diff: content/renderer/content_renderer_client.h

Issue 7624011: Keep normal popups opened from same-origin iframes in an extension process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Switch to canRequest. Created 9 years, 4 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: content/renderer/content_renderer_client.h
diff --git a/content/renderer/content_renderer_client.h b/content/renderer/content_renderer_client.h
index 953fdf58386f5790c3b09c53af86654a6e3ba53a..530e75ba5fb63df1671782a6dd3d0d1f8719741b 100644
--- a/content/renderer/content_renderer_client.h
+++ b/content/renderer/content_renderer_client.h
@@ -75,6 +75,7 @@ class ContentRendererClient {
virtual bool ShouldFork(WebKit::WebFrame* frame,
const GURL& url,
bool is_content_initiated,
+ bool is_initial_navigation,
bool* send_referrer) = 0;
// Notifies the embedder that the given frame is requesting the resource at
« no previous file with comments | « chrome/test/data/extensions/api_test/app_process/path3/iframe.html ('k') | content/renderer/mock_content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698