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

Unified Diff: chrome/browser/ui/webui/options/managed_user_settings_test.cc

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: Fix problem with some WebUI tests. 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
« no previous file with comments | « chrome/browser/ui/webui/options/managed_user_settings_test.h ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options/managed_user_settings_test.cc
diff --git a/chrome/browser/ui/webui/options/managed_user_set_passphrase_test.cc b/chrome/browser/ui/webui/options/managed_user_settings_test.cc
similarity index 56%
copy from chrome/browser/ui/webui/options/managed_user_set_passphrase_test.cc
copy to chrome/browser/ui/webui/options/managed_user_settings_test.cc
index 04a1b72c523c2d235fd3412aaa20d52a05d03d54..9874bc0be5fb10d1688c7f3c89fd89b8d5ee4f48 100644
--- a/chrome/browser/ui/webui/options/managed_user_set_passphrase_test.cc
+++ b/chrome/browser/ui/webui/options/managed_user_settings_test.cc
@@ -2,18 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/ui/webui/options/managed_user_set_passphrase_test.h"
+#include "chrome/browser/ui/webui/options/managed_user_settings_test.h"
#include "base/command_line.h"
#include "chrome/common/chrome_switches.h"
-ManagedUserSetPassphraseTest::ManagedUserSetPassphraseTest() {
+ManagedUserSettingsTest::ManagedUserSettingsTest() {
}
-ManagedUserSetPassphraseTest::~ManagedUserSetPassphraseTest() {
+ManagedUserSettingsTest::~ManagedUserSettingsTest() {
}
-void ManagedUserSetPassphraseTest::SetUpCommandLine(CommandLine* command_line) {
+void ManagedUserSettingsTest::SetUpCommandLine(CommandLine* command_line) {
command_line->AppendSwitch(switches::kManaged);
command_line->AppendSwitch(switches::kEnableManagedUsers);
}
« no previous file with comments | « chrome/browser/ui/webui/options/managed_user_settings_test.h ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698