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

Unified Diff: components/browser_sync/browser/profile_sync_service.h

Issue 1519593002: [Sync] Fix comment for the SyncInitialState enum. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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: components/browser_sync/browser/profile_sync_service.h
diff --git a/components/browser_sync/browser/profile_sync_service.h b/components/browser_sync/browser/profile_sync_service.h
index e2203f247dea5266737707defbaa12c27ab42292..e09c470ba22a88b1840c0bb7971b87f8a35463b7 100644
--- a/components/browser_sync/browser/profile_sync_service.h
+++ b/components/browser_sync/browser/profile_sync_service.h
@@ -642,10 +642,9 @@ class ProfileSyncService : public sync_driver::SyncService,
// The initial state of sync, for the Sync.InitialState histogram. Even if
// this value is CAN_START, sync startup might fail for reasons that we may
- // want to consider logging in the future, such as sync being disabled via
- // Google Dashboard (birthday error), a passphrase needed for decryption, or
- // the version of Chrome being too old. This enum is used to back a UMA
- // histogram, and should therefore be treated as append-only.
+ // want to consider logging in the future, such as a passphrase needed for
+ // decryption, or the version of Chrome being too old. This enum is used to
+ // back a UMA histogram, and should therefore be treated as append-only.
enum SyncInitialState {
CAN_START, // Sync can attempt to start up.
NOT_SIGNED_IN, // There is no signed in user.
« 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