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

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

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/ui/webui/options/managed_user_set_passphrase_test.cc
===================================================================
--- chrome/browser/ui/webui/options/managed_user_set_passphrase_test.cc (revision 181897)
+++ chrome/browser/ui/webui/options/managed_user_set_passphrase_test.cc (working copy)
@@ -1,19 +0,0 @@
-// Copyright (c) 2013 The Chromium Authors. All rights reserved.
-// 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 "base/command_line.h"
-#include "chrome/common/chrome_switches.h"
-
-ManagedUserSetPassphraseTest::ManagedUserSetPassphraseTest() {
-}
-
-ManagedUserSetPassphraseTest::~ManagedUserSetPassphraseTest() {
-}
-
-void ManagedUserSetPassphraseTest::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_set_passphrase_test.h ('k') | chrome/browser/ui/webui/options/options_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698