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

Unified Diff: chrome/browser/ui/webui/options/chromeos/guest_mode_options_browsertest.js

Issue 2630583002: Add setting to isolate zoom changes by default. (Closed)
Patch Set: Use code review comments for questions instead of TODOs. Created 3 years, 10 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/ui/webui/options/chromeos/guest_mode_options_browsertest.js
diff --git a/chrome/browser/ui/webui/options/chromeos/guest_mode_options_browsertest.js b/chrome/browser/ui/webui/options/chromeos/guest_mode_options_browsertest.js
index f4a0d0eb76c0c937f1099b114a244d72f03a6bef..d2f45e2808635d08e27b0d8954e9dc6123a03f0b 100644
--- a/chrome/browser/ui/webui/options/chromeos/guest_mode_options_browsertest.js
+++ b/chrome/browser/ui/webui/options/chromeos/guest_mode_options_browsertest.js
@@ -70,6 +70,7 @@ TEST_F('GuestModeOptionsUIBrowserTest', 'testControls', function() {
// Web content section.
expectTrue($('defaultZoomFactor').disabled);
+ expectTrue($('defaultZoomScope').disabled);
// Downloads section.
expectTrue(this.getControlForPref('gdata.disabled').disabled);

Powered by Google App Engine
This is Rietveld 408576698