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

Unified Diff: chrome/browser/resources/options/manage_profile_overlay.js

Issue 11783008: Add a lock to the managed user settings page and require authentication for unlocking. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add a check if the passphrase is set before closing the settings. Created 7 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
Index: chrome/browser/resources/options/manage_profile_overlay.js
diff --git a/chrome/browser/resources/options/manage_profile_overlay.js b/chrome/browser/resources/options/manage_profile_overlay.js
index c8693300783102b8ee88b3f2301d9623508b4c86..576f714319827de8ba8c37b2ca9e15fb17fc282d 100644
--- a/chrome/browser/resources/options/manage_profile_overlay.js
+++ b/chrome/browser/resources/options/manage_profile_overlay.js
@@ -52,8 +52,6 @@ cr.define('options', function() {
$('create-profile-managed-container').hidden = false;
$('managed-user-settings-button').onclick = function(event) {
OptionsPage.navigateToPage('managedUser');
- chrome.send('coreOptionsUserMetricsAction',
- ['Options_ManagedUserPassphraseOverlay']);
};
}
$('manage-profile-cancel').onclick =

Powered by Google App Engine
This is Rietveld 408576698