|
|
Remove PSS::ShowLoginDialog() and obsolete IDC_SYNC_BOOKMARKS.
Changed calls to ShowLoginDialog() to go through LoginUIService() instead. Also noticed that
IDC_SYNC_BOOKMARKS has been superceded by IDC_SHOW_SYNC_SETUP so changed the remaining uses over so
we only have to maintain a single UI flow.
Modified MainMenu.xib to generate IDC_SHOW_SYNC_SETUP instead of IDC_SYNC_BOOKMARKS when the user clicks on the menu item.
TBR=jhawkins (for new_tab_page_sync_handler.cc which I believe is obsolete/unused)
BUG= 111859
TEST=bring up login via wrench/app menu.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=123610
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+62 lines, -94 lines) |
Patch |
 |
M |
chrome/app/chrome_command_ids.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/app/nibs/MainMenu.xib
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/app_controller_mac.mm
|
View
|
|
3 chunks |
+7 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/app_notify_channel_setup.cc
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/app_notify_channel_ui.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service.h
|
View
|
1
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service.cc
|
View
|
1
|
2 chunks |
+1 line, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sync_ui_util.h
|
View
|
1
|
2 chunks |
+1 line, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sync_ui_util.cc
|
View
|
1
|
2 chunks |
+2 lines, -24 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sync_ui_util_mac_unittest.mm
|
View
|
1
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser.cc
|
View
|
1
|
7 chunks |
+18 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/browser_window_controller.mm
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/panels/panel_browser_window_cocoa_unittest.mm
|
View
|
1
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/panels/panel_window_controller_cocoa.mm
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/toolbar/wrench_menu_model.cc
|
View
|
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.cc
|
View
|
1
|
2 chunks |
+14 lines, -5 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|