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

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

Issue 12210136: Revert 181812 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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/resources/options/managed_user_settings.js
===================================================================
--- chrome/browser/resources/options/managed_user_settings.js (revision 181897)
+++ chrome/browser/resources/options/managed_user_settings.js (working copy)
@@ -5,7 +5,6 @@
if (loadTimeData.getBoolean('managedUsersEnabled')) {
cr.define('options', function() {
- /** @const */ var OptionsPage = options.OptionsPage;
/** @const */ var SettingsDialog = options.SettingsDialog;
//////////////////////////////////////////////////////////////////////////////
@@ -45,7 +44,7 @@
};
$('set-passphrase').onclick = function() {
- OptionsPage.navigateToPage('setPassphrase');
+ // TODO(bauerb): Set passphrase
};
},
@@ -56,16 +55,9 @@
},
};
- var ManagedUserSettingsForTesting = {
- getSetPassphraseButton: function() {
- return $('set-passphrase');
- }
- };
-
// Export
return {
- ManagedUserSettings: ManagedUserSettings,
- ManagedUserSettingsForTesting: ManagedUserSettingsForTesting
+ ManagedUserSettings: ManagedUserSettings
};
});
« no previous file with comments | « chrome/browser/resources/options/managed_user_set_passphrase.js ('k') | chrome/browser/resources/options/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698