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

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: Fix mac build 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
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 2f8b89cd041c3ea5a52f2c0a33d3734e9f3b1f38..397733c1480575d480ecd789488abdc38825e471 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 AppBaseWindow;
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
+ // AppBaseWindows 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<AppBaseWindow> app_window_;
DISALLOW_COPY_AND_ASSIGN(ShellWindow);
};

Powered by Google App Engine
This is Rietveld 408576698