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

Unified Diff: chrome/browser/resources/sync_confirmation/sync_confirmation.js

Issue 1806353002: Enhanced Sync Confirmation modal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/resources/sync_confirmation/sync_confirmation.js
diff --git a/chrome/browser/resources/sync_confirmation/sync_confirmation.js b/chrome/browser/resources/sync_confirmation/sync_confirmation.js
index dca1b5877b1816dfc0091a57e0c574d1dc1648d8..08c23e41a13bbd8da87ff1baa5b3fd03f8e7d786 100644
--- a/chrome/browser/resources/sync_confirmation/sync_confirmation.js
+++ b/chrome/browser/resources/sync_confirmation/sync_confirmation.js
@@ -6,7 +6,7 @@ cr.define('sync.confirmation', function() {
'use strict';
function onConfirm(e) {
- chrome.send('confirm');
+ chrome.send('confirm', [$('activityControlsCheckbox').checked]);
anthonyvd 2016/03/17 20:23:41 This should also happen in onGoToSettings since th
Moe 2016/03/18 21:53:39 Done.
}
function onUndo(e) {

Powered by Google App Engine
This is Rietveld 408576698