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

Unified Diff: chrome/renderer/chrome_content_renderer_client.h

Issue 9169065: Reloading page after installing app should bring it into correct process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moving the javascript reload detection to ShouldFork. Created 8 years, 11 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: chrome/renderer/chrome_content_renderer_client.h
diff --git a/chrome/renderer/chrome_content_renderer_client.h b/chrome/renderer/chrome_content_renderer_client.h
index 05cd4bbb219e025a81546e444357c010e2087885..bf66a736c990e7d0797f5ff4ad6b38bdfa2c71e6 100644
--- a/chrome/renderer/chrome_content_renderer_client.h
+++ b/chrome/renderer/chrome_content_renderer_client.h
@@ -139,6 +139,8 @@ class ChromeContentRendererClient : public content::ContentRendererClient {
// extension app's extent.
bool CrossesExtensionExtents(WebKit::WebFrame* frame,
const GURL& new_url,
+ const ExtensionSet& extensions,
+ bool is_extension_url,
bool is_initial_navigation);
// Returns true if the NaCl plugin can be created. If it returns true, as a

Powered by Google App Engine
This is Rietveld 408576698