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

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

Issue 10915047: Links in platform apps should open in the system default browser. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: refine the patch according to comments #2,3,4. Created 8 years, 3 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 b0e592b36fa3b656430ad29c50ee9daf58119474..d0971b3a3468e7cfd7b982fbea7daac769ce8b52 100644
--- a/chrome/browser/ui/extensions/shell_window.h
+++ b/chrome/browser/ui/extensions/shell_window.h
@@ -20,6 +20,7 @@ class GURL;
class Profile;
class TabContents;
class NativeShellWindow;
+class ExternalWebContentImpl;
namespace content {
class WebContents;
@@ -175,6 +176,9 @@ class ShellWindow : public content::NotificationObserver,
content::NotificationRegistrar registrar_;
ExtensionFunctionDispatcher extension_function_dispatcher_;
+ // Web content delegate for link navigation.
+ scoped_ptr<ExternalWebContentImpl> external_content_delegate_;
+
scoped_ptr<NativeShellWindow> native_window_;
DISALLOW_COPY_AND_ASSIGN(ShellWindow);
« no previous file with comments | « no previous file | chrome/browser/ui/extensions/shell_window.cc » ('j') | chrome/browser/ui/extensions/shell_window.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698