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

Unified Diff: chrome/browser/ui/settings_window_manager.h

Issue 313363004: Separate Settings and Help from History and Extensions when settings-in- (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: feedback Created 6 years, 6 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
Index: chrome/browser/ui/settings_window_manager.h
diff --git a/chrome/browser/ui/settings_window_manager.h b/chrome/browser/ui/settings_window_manager.h
index 16eca892303e10183fe7468bc4b367a3cf93648f..2a49c86fc0ac85f9902ffd7cc60725022ff5be60 100644
--- a/chrome/browser/ui/settings_window_manager.h
+++ b/chrome/browser/ui/settings_window_manager.h
@@ -30,7 +30,7 @@ class SettingsWindowManager {
void AddObserver(SettingsWindowManagerObserver* observer);
void RemoveObserver(SettingsWindowManagerObserver* observer);
- // Shows a chrome:// page (e.g. Settings, History) in an an existing system
+ // Shows a chrome:// page (e.g. Settings, Help) in an an existing system
Dan Beam 2014/06/06 21:21:23 ^ shouldn't this be About, now? ;)
michaelpg 2014/06/07 02:12:15 Done, thanks.
// Browser window for |profile| or creates a new one.
void ShowChromePageForProfile(Profile* profile, const GURL& gurl);

Powered by Google App Engine
This is Rietveld 408576698