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

Side by Side Diff: chrome/browser/ui/webui/options/managed_user_set_passphrase_test.h

Issue 13820009: Create a ManagedModeNavigationObserver only for managed users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the other test. Created 7 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_WEBUI_OPTIONS_MANAGED_USER_SET_PASSPHRASE_TEST_H_ 5 #ifndef CHROME_BROWSER_UI_WEBUI_OPTIONS_MANAGED_USER_SET_PASSPHRASE_TEST_H_
6 #define CHROME_BROWSER_UI_WEBUI_OPTIONS_MANAGED_USER_SET_PASSPHRASE_TEST_H_ 6 #define CHROME_BROWSER_UI_WEBUI_OPTIONS_MANAGED_USER_SET_PASSPHRASE_TEST_H_
7 7
8 #include "chrome/test/base/web_ui_browsertest.h" 8 #include "chrome/test/base/web_ui_browsertest.h"
9 9
10 class CommandLine; 10 class CommandLine;
11 11
12 class ManagedUserSetPassphraseTest : public WebUIBrowserTest { 12 class ManagedUserSetPassphraseTest : public WebUIBrowserTest {
13 public: 13 public:
14 ManagedUserSetPassphraseTest(); 14 ManagedUserSetPassphraseTest();
15 virtual ~ManagedUserSetPassphraseTest(); 15 virtual ~ManagedUserSetPassphraseTest();
16 16
17 protected: 17 protected:
18 // WebUIBrowserTest implementation.
19 virtual void SetUpOnMainThread() OVERRIDE;
18 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE; 20 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
19 21
20 private: 22 private:
21 DISALLOW_COPY_AND_ASSIGN(ManagedUserSetPassphraseTest); 23 DISALLOW_COPY_AND_ASSIGN(ManagedUserSetPassphraseTest);
22 }; 24 };
23 25
24 #endif // CHROME_BROWSER_UI_WEBUI_OPTIONS_MANAGED_USER_SET_PASSPHRASE_TEST_H_ 26 #endif // CHROME_BROWSER_UI_WEBUI_OPTIONS_MANAGED_USER_SET_PASSPHRASE_TEST_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser_tab_contents.cc ('k') | chrome/browser/ui/webui/options/managed_user_set_passphrase_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698