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

Unified Diff: chrome/browser/ui/webui/options/managed_user_settings_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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/options/managed_user_settings_test.h
diff --git a/chrome/browser/ui/webui/options/managed_user_settings_test.h b/chrome/browser/ui/webui/options/managed_user_settings_test.h
index 156f1f6d2951b991eecb41d8c816ef726a030f47..e18d04752d6a93d82076bca9e350247817774633 100644
--- a/chrome/browser/ui/webui/options/managed_user_settings_test.h
+++ b/chrome/browser/ui/webui/options/managed_user_settings_test.h
@@ -15,6 +15,8 @@ class ManagedUserSettingsTest : public WebUIBrowserTest {
virtual ~ManagedUserSettingsTest();
protected:
+ // WebUIBrowserTest implementation.
+ virtual void SetUpOnMainThread() OVERRIDE;
virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698