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

Unified Diff: chrome/browser/ui/browser_navigator_browsertest.h

Issue 247903004: Enable settings in a window by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests Created 6 years, 6 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/ui/browser_navigator_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_navigator_browsertest.h
diff --git a/chrome/browser/ui/browser_navigator_browsertest.h b/chrome/browser/ui/browser_navigator_browsertest.h
index 7821c892ee48e9703f2894a33d1c662a1ee8d15e..2027e83081978e103771f0e11ec976b0748037d8 100644
--- a/chrome/browser/ui/browser_navigator_browsertest.h
+++ b/chrome/browser/ui/browser_navigator_browsertest.h
@@ -13,6 +13,10 @@
class Profile;
+namespace base {
+class CommandLine;
+}
+
namespace chrome {
struct NavigateParams;
}
@@ -39,6 +43,9 @@ class BrowserNavigatorTest : public InProcessBrowserTest,
void RunUseNonIncognitoWindowTest(const GURL& url);
void RunDoNothingIfIncognitoIsForcedTest(const GURL& url);
+ // InProcessBrowserTest:
+ virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
+
// content::NotificationObserver:
virtual void Observe(int type,
const content::NotificationSource& source,
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/ui/browser_navigator_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698