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

Unified Diff: content/shell/shell.h

Issue 10809016: Move content_shell and content_browsertests code into the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix android Created 8 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 | « content/shell/android/shell_library_loader.cc ('k') | content/shell/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell.h
===================================================================
--- content/shell/shell.h (revision 147404)
+++ content/shell/shell.h (working copy)
@@ -55,7 +55,7 @@
// This is called indirectly by the modules that need access resources.
static base::StringPiece PlatformResourceProvider(int key);
- static Shell* CreateNewWindow(content::BrowserContext* browser_context,
+ static Shell* CreateNewWindow(BrowserContext* browser_context,
const GURL& url,
SiteInstance* site_instance,
int routing_id,
@@ -122,7 +122,7 @@
gfx::NativeView GetContentView();
- // content::WebContentsDelegate
+ // WebContentsDelegate
virtual void LoadingStateChanged(WebContents* source) OVERRIDE;
#if defined(OS_ANDROID)
virtual void LoadProgressChanged(double progress) OVERRIDE;
@@ -144,7 +144,7 @@
int32 line_no,
const string16& source_id) OVERRIDE;
- // content::NotificationObserver
+ // NotificationObserver
virtual void Observe(int type,
const NotificationSource& source,
const NotificationDetails& details) OVERRIDE;
« no previous file with comments | « content/shell/android/shell_library_loader.cc ('k') | content/shell/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698