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

Unified Diff: apps/shell/app/shell_main_delegate.h

Issue 396813003: Hook up delegate interfaces so that athena can create its own WebContentsViewDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « no previous file | apps/shell/app/shell_main_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/shell/app/shell_main_delegate.h
diff --git a/apps/shell/app/shell_main_delegate.h b/apps/shell/app/shell_main_delegate.h
index 13a0e4559d43fdbc0ee201cd1db92656a9a0d0e7..465f60ee1d257266bed81ccd9248f86bbe31654b 100644
--- a/apps/shell/app/shell_main_delegate.h
+++ b/apps/shell/app/shell_main_delegate.h
@@ -33,8 +33,8 @@ class ShellMainDelegate : public content::ContentMainDelegate {
OVERRIDE;
protected:
- // The created object is owned by ShellBrowserMainParts.
- virtual ShellBrowserMainDelegate* CreateShellBrowserMainDelegate();
+ // The created object is owned by this object.
+ virtual content::ContentBrowserClient* CreateShellContentBrowserClient();
// The returned object is owned by ShellContentRendererClient.
virtual scoped_ptr<ShellRendererMainDelegate>
« no previous file with comments | « no previous file | apps/shell/app/shell_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698