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(); |
} |