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

Unified Diff: extensions/browser/extension_prefs.h

Issue 166573005: Rename apps::ShellWindow to apps::AppWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, nits (rename) Created 6 years, 10 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 | « chrome/test/remoting/remote_desktop_browsertest.cc ('k') | extensions/common/view_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_prefs.h
diff --git a/extensions/browser/extension_prefs.h b/extensions/browser/extension_prefs.h
index 6d5ac2de503be9d2e6bc20fe4d568c644cc655f4..89258ae8d00a618327f6d7151e12a367b908593f 100644
--- a/extensions/browser/extension_prefs.h
+++ b/extensions/browser/extension_prefs.h
@@ -500,7 +500,7 @@ class ExtensionPrefs : public ExtensionScopedPrefs,
void SetNeedsStorageGarbageCollection(bool value);
bool NeedsStorageGarbageCollection();
- // Used by ShellWindowGeometryCache to persist its cache. These methods
+ // Used by AppWindowGeometryCache to persist its cache. These methods
// should not be called directly.
const base::DictionaryValue* GetGeometryCache(
const std::string& extension_id) const;
« no previous file with comments | « chrome/test/remoting/remote_desktop_browsertest.cc ('k') | extensions/common/view_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698