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

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

Issue 11280173: Rename ShellWindow* classes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge fix Created 8 years, 1 month 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 | « chrome/browser/ui/extensions/native_shell_window.h ('k') | chrome/browser/ui/extensions/shell_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a367e568fd6200eae5404c19ac34e5ac3995f1ab..0a7a43ffe80681434da1d7e5af5a82a103abd914 100644
--- a/chrome/browser/ui/extensions/shell_window.h
+++ b/chrome/browser/ui/extensions/shell_window.h
@@ -21,7 +21,7 @@
class GURL;
class Profile;
-class NativeShellWindow;
+class NativeAppWindow;
namespace content {
class WebContents;
@@ -93,7 +93,7 @@ class ShellWindow : public content::NotificationObserver,
return GetBaseWindow()->GetNativeWindow();
}
- // NativeShellWindows should call this to determine what the window's title
+ // NativeAppWindows should call this to determine what the window's title
// is on startup and from within UpdateWindowTitle().
virtual string16 GetTitle() const;
@@ -211,7 +211,7 @@ class ShellWindow : public content::NotificationObserver,
// Used for loading app_icon_.
scoped_ptr<ImageLoadingTracker> app_icon_loader_;
- scoped_ptr<NativeShellWindow> native_window_;
+ scoped_ptr<NativeAppWindow> native_app_window_;
DISALLOW_COPY_AND_ASSIGN(ShellWindow);
};
« no previous file with comments | « chrome/browser/ui/extensions/native_shell_window.h ('k') | chrome/browser/ui/extensions/shell_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698