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

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

Issue 6293018: Fix DOMUI pref mode handling of Mac menu items (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Whitespace fix Created 9 years, 11 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/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index a72e7e986deb9c47a91ff447a1a7fa3ddbd81dd5..5307ba8d9abdfdcb0e33ee5ed84718d0a36a785e 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -277,6 +277,8 @@ class Browser : public TabHandlerDelegate,
static void OpenDownloadsWindow(Profile* profile);
static void OpenHelpWindow(Profile* profile);
static void OpenOptionsWindow(Profile* profile);
+ static void OpenClearBrowingDataDialogWindow(Profile* profile);
+ static void OpenImportSettingsDialogWindow(Profile* profile);
#endif
// Opens a window with the extensions tab in it - needed by long-lived

Powered by Google App Engine
This is Rietveld 408576698