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); |