diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-09 04:12:46 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-09 04:12:46 +0000 |
commit | b220d13f23af9b126102f407e6d17e804023fd98 (patch) | |
tree | a004321284d007882212368c89e75e9ca83682fc /chrome/browser/sync | |
parent | da4a915783ed4ad919b99b175337df8721adc41c (diff) | |
download | chromium_src-b220d13f23af9b126102f407e6d17e804023fd98.zip chromium_src-b220d13f23af9b126102f407e6d17e804023fd98.tar.gz chromium_src-b220d13f23af9b126102f407e6d17e804023fd98.tar.bz2 |
[Windows] Add a button in bookmark manager to show the status of bookmarks synchronization.It does the item 5 of the BUG only.This add a button after |Tools| menu.
And it's showed all the time, with the current status of sync. The user should run 'chrome --enable-sync' to see it.
Patch by Thiago Farina, http://codereview.chromium.org/256017
BUG=23136
TEST=compiled and ran on Windows.
Review URL: http://codereview.chromium.org/268021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28517 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync')
-rw-r--r-- | chrome/browser/sync/profile_sync_service.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h index ea27ae2..042c963 100644 --- a/chrome/browser/sync/profile_sync_service.h +++ b/chrome/browser/sync/profile_sync_service.h @@ -75,6 +75,7 @@ class ProfileSyncService : public NotificationObserver, START_FROM_NTP = 1, // Sync was started from the ad in NTP START_FROM_WRENCH = 2, // Sync was started from the Wrench menu. START_FROM_OPTIONS = 3, // Sync was started from Wrench->Options. + START_FROM_BOOKMARK_MANAGER = 4, // Sync was started from Bookmark manager. // Events regarding cancelation of the signon process of sync. CANCEL_FROM_SIGNON_WITHOUT_AUTH = 10, // Cancelled before submitting |