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

Unified Diff: chrome/browser/resources/options/chromeos/quick_unlock_configure_overlay.js

Issue 2626283005: Fix polymer import issue in options after changes in lock_screen.html (Closed)
Patch Set: rebase Created 3 years, 11 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 | « no previous file | chrome/browser/resources/options_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/chromeos/quick_unlock_configure_overlay.js
diff --git a/chrome/browser/resources/options/chromeos/quick_unlock_configure_overlay.js b/chrome/browser/resources/options/chromeos/quick_unlock_configure_overlay.js
index 3253bad870509170113d4c820cc3dede9b2e3e06..ade63273e4f371335e1bbf3677b0f8fb22136bf9 100644
--- a/chrome/browser/resources/options/chromeos/quick_unlock_configure_overlay.js
+++ b/chrome/browser/resources/options/chromeos/quick_unlock_configure_overlay.js
@@ -66,7 +66,7 @@ cr.define('options', function() {
var lockScreen = document.querySelector('settings-lock-screen');
var checkbox =
- lockScreen.root.querySelector('div.settings-box.single-column');
+ lockScreen.root.querySelector('div.settings-box');
checkbox.hidden = true;
var passwordPrompt = lockScreen.root.
« no previous file with comments | « no previous file | chrome/browser/resources/options_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698