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

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

Issue 9456031: Remove PSS::ShowLoginDialog() and obsolete IDC_SYNC_BOOKMARKS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 26999ee9d2b20e84cc5fe364f3fec259cf02b4b4..624b611902a8f55fc883016fee517a7d275ef93e 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -331,6 +331,7 @@ class Browser : public TabHandlerDelegate,
static void OpenClearBrowsingDataDialogWindow(Profile* profile);
static void OpenImportSettingsDialogWindow(Profile* profile);
static void OpenInstantConfirmDialogWindow(Profile* profile);
+ static void OpenSyncSetupWindow(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