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

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

Issue 13119011: Enable WebContents elevation for managed users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments. Created 7 years, 9 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/managed_user_settings_test.cc
diff --git a/chrome/browser/ui/webui/options/managed_user_settings_test.cc b/chrome/browser/ui/webui/options/managed_user_settings_test.cc
index 9874bc0be5fb10d1688c7f3c89fd89b8d5ee4f48..5d8e2d0b3899df55b99739512a3b9c84daee429e 100644
--- a/chrome/browser/ui/webui/options/managed_user_settings_test.cc
+++ b/chrome/browser/ui/webui/options/managed_user_settings_test.cc
@@ -16,4 +16,5 @@ ManagedUserSettingsTest::~ManagedUserSettingsTest() {
void ManagedUserSettingsTest::SetUpCommandLine(CommandLine* command_line) {
command_line->AppendSwitch(switches::kManaged);
command_line->AppendSwitch(switches::kEnableManagedUsers);
+ command_line->AppendSwitch(switches::kNoFirstRun);
}

Powered by Google App Engine
This is Rietveld 408576698