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

Unified Diff: chrome/browser/ui/extensions/shell_window.h

Issue 15720009: Open new-window links externally from within packaged apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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: chrome/browser/ui/extensions/shell_window.h
diff --git a/chrome/browser/ui/extensions/shell_window.h b/chrome/browser/ui/extensions/shell_window.h
index 7ca4f6d5a8b274a8a339c8fb1339613327378e00..64e66c744c33d8e6024e7c70500d4bb29226bead 100644
--- a/chrome/browser/ui/extensions/shell_window.h
+++ b/chrome/browser/ui/extensions/shell_window.h
@@ -204,6 +204,8 @@ class ShellWindow : public content::NotificationObserver,
return shell_window_contents_.get();
}
+ static void DisableExternalOpenForTesting();
+
protected:
virtual ~ShellWindow();

Powered by Google App Engine
This is Rietveld 408576698