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

Unified Diff: chrome/browser/browser.h

Issue 115133: Add import settings dialog on linux. (Closed)
Patch Set: fix mac build again Created 11 years, 7 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 | « no previous file | chrome/browser/browser.cc » ('j') | chrome/browser/gtk/import_dialog_gtk.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.h
diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h
index 5b4db92572ce4dd3f6b71dec83bf8bf9245330ba..030d6b82026dc20d0df50a29e74cdc59f9775475 100644
--- a/chrome/browser/browser.h
+++ b/chrome/browser/browser.h
@@ -372,11 +372,13 @@ class Browser : public TabStripModelDelegate,
void ShowDownloadsTab();
#if defined(OS_WIN)
void OpenClearBrowsingDataDialog();
- void OpenImportSettingsDialog();
void OpenOptionsDialog();
void OpenKeywordEditor();
void OpenPasswordManager();
#endif
+#if defined(OS_WIN) || defined(OS_LINUX)
+ void OpenImportSettingsDialog();
+#endif
void OpenAboutChromeDialog();
void OpenHelpTab();
« no previous file with comments | « no previous file | chrome/browser/browser.cc » ('j') | chrome/browser/gtk/import_dialog_gtk.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698