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

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

Issue 8198023: [Sync UI] When signed in, choosing the sync wrench menu item should navigate to personal options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.cc
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index ae847aa46442ba29bac77e50d6b386d762522fc9..6af0c0eaf19c4c0892d8964cf4b1f2569d52c10f 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -5248,7 +5248,7 @@ void Browser::ShowSyncSetup() {
ProfileSyncService* service =
profile()->GetOriginalProfile()->GetProfileSyncService();
if (service->HasSyncSetupCompleted())
- ShowOptionsTab(chrome::kSyncSetupSubPage);
+ ShowOptionsTab(chrome::kPersonalOptionsSubPage);
else
service->ShowLoginDialog();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698