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

Unified Diff: chrome/browser/resources/settings/people_page/sync_browser_proxy.js

Issue 2920853004: [sync] Display an error when sync settings aren't confirmed (Closed)
Patch Set: initialize button to nullptr Created 3 years, 6 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
« no previous file with comments | « chrome/browser/resources/settings/people_page/people_page.js ('k') | chrome/browser/sync/sync_ui_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/people_page/sync_browser_proxy.js
diff --git a/chrome/browser/resources/settings/people_page/sync_browser_proxy.js b/chrome/browser/resources/settings/people_page/sync_browser_proxy.js
index 572dcb4f9c04bd9ee3d49f9f89f2bac1eba626f4..d3fe5a17b6b4856175986d146bcdd64f1b170655 100644
--- a/chrome/browser/resources/settings/people_page/sync_browser_proxy.js
+++ b/chrome/browser/resources/settings/people_page/sync_browser_proxy.js
@@ -40,6 +40,8 @@ settings.StatusAction = {
SIGNOUT_AND_SIGNIN: 'signOutAndSignIn', // User needs to sign out and sign in.
UPGRADE_CLIENT: 'upgradeClient', // User needs to upgrade the client.
ENTER_PASSPHRASE: 'enterPassphrase', // User needs to enter passphrase.
+ CONFIRM_SYNC_SETTINGS: "confirmSyncSettings",
tommycli 2017/06/12 18:41:01 nit: We use single quotes in JS for strings. Unfor
Patrick Noland 2017/06/12 18:44:30 Done.
+ // User needs to confirm sync settings.
};
/**
« no previous file with comments | « chrome/browser/resources/settings/people_page/people_page.js ('k') | chrome/browser/sync/sync_ui_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698