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

Unified Diff: apps/shell/browser/shell_content_browser_client.h

Issue 270763002: Minimal athena shell main (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « apps/shell/browser/shell_browser_main_parts.cc ('k') | apps/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/shell/browser/shell_content_browser_client.h
diff --git a/apps/shell/browser/shell_content_browser_client.h b/apps/shell/browser/shell_content_browser_client.h
index 102173f697d5bef3e3fc503a5731ec1d6e0e6a71..7fbe3a14dd4d8a0f79833d55af5adddc93030d5d 100644
--- a/apps/shell/browser/shell_content_browser_client.h
+++ b/apps/shell/browser/shell_content_browser_client.h
@@ -19,12 +19,14 @@ class Extension;
}
namespace apps {
+class ShellBrowserMainDelegate;
class ShellBrowserMainParts;
// Content module browser process support for app_shell.
class ShellContentBrowserClient : public content::ContentBrowserClient {
public:
- ShellContentBrowserClient();
+ explicit ShellContentBrowserClient(
+ ShellBrowserMainDelegate* browser_main_delegate);
virtual ~ShellContentBrowserClient();
// Returns the single instance.
@@ -64,6 +66,9 @@ class ShellContentBrowserClient : public content::ContentBrowserClient {
// Owned by content::BrowserMainLoop.
ShellBrowserMainParts* browser_main_parts_;
+ // Owned by ShellBrowserMainParts.
+ ShellBrowserMainDelegate* browser_main_delegate_;
+
DISALLOW_COPY_AND_ASSIGN(ShellContentBrowserClient);
};
« no previous file with comments | « apps/shell/browser/shell_browser_main_parts.cc ('k') | apps/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698