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

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 passphrase 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 virtual void SetUpOnMainThread() OVERRIDE;
James Hawkins 2013/04/10 16:16:57 // WebUIBrowserTest implementation.
18 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE; 19 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
19 20
20 private: 21 private:
21 DISALLOW_COPY_AND_ASSIGN(ManagedUserSetPassphraseTest); 22 DISALLOW_COPY_AND_ASSIGN(ManagedUserSetPassphraseTest);
22 }; 23 };
23 24
24 #endif // CHROME_BROWSER_UI_WEBUI_OPTIONS_MANAGED_USER_SET_PASSPHRASE_TEST_H_ 25 #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