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

Unified Diff: chrome/browser/sync/sync_ui_util.h

Issue 2603283003: [MD Settings][People] Force sign out only in the case of unrecoverable error (Closed)
Patch Set: Created 3 years, 12 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
Index: chrome/browser/sync/sync_ui_util.h
diff --git a/chrome/browser/sync/sync_ui_util.h b/chrome/browser/sync/sync_ui_util.h
index ca78bd9d560455fa9c4081b41a5b2ae4f5472e9e..9f976db08aa897adc11ddbe6e18dd5067717956f 100644
--- a/chrome/browser/sync/sync_ui_util.h
+++ b/chrome/browser/sync/sync_ui_util.h
@@ -29,10 +29,11 @@ enum MessageType {
// The action associated with the sync status.
enum ActionType {
- NO_ACTION, // No action to take.
- REAUTHENTICATE, // User needs to reauthenticate.
- UPGRADE_CLIENT, // User needs to upgrade the client.
- ENTER_PASSPHRASE, // User needs to enter their passphrase.
+ NO_ACTION, // No action to take.
+ REAUTHENTICATE, // User needs to reauthenticate.
+ SIGNOUT_AND_SIGNIN, // User needs to sign out and sign in.
+ UPGRADE_CLIENT, // User needs to upgrade the client.
+ ENTER_PASSPHRASE, // User needs to enter their passphrase.
};
enum StatusLabelStyle {

Powered by Google App Engine
This is Rietveld 408576698