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

Unified Diff: chrome/browser/ui/cocoa/browser_window_controller.mm

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/cocoa/browser_window_controller.mm
diff --git a/chrome/browser/ui/cocoa/browser_window_controller.mm b/chrome/browser/ui/cocoa/browser_window_controller.mm
index c72ca8f48204d95ca7169c97600f1ddfc48ef340..239dd84d9212a83599ab12b11d41b9b772fc8161 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller.mm
+++ b/chrome/browser/ui/cocoa/browser_window_controller.mm
@@ -1046,7 +1046,7 @@ enum {
}
break;
}
- case IDC_SYNC_BOOKMARKS: {
+ case IDC_SHOW_SYNC_SETUP: {
Profile* original_profile =
browser_->profile()->GetOriginalProfile();
enable &= original_profile->IsSyncAccessible();

Powered by Google App Engine
This is Rietveld 408576698