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

Unified Diff: chrome/test/in_process_browser_test.h

Issue 4724004: Group commandline settings in UI test and in process browser test. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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 | « no previous file | chrome/test/in_process_browser_test.cc » ('j') | chrome/test/ui/ui_test.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/in_process_browser_test.h
===================================================================
--- chrome/test/in_process_browser_test.h (revision 65553)
+++ chrome/test/in_process_browser_test.h (working copy)
@@ -149,6 +149,9 @@
// Quits all open browsers and waits until there are no more browsers.
void QuitBrowsers();
+ // Config commandlines that are common to InProcessBrowserTests.
+ void PrepareCommonInProcessBrowserTestCommandLine(CommandLine* arguments);
Paweł Hajdan Jr. 2010/11/11 10:15:25 nit: InProcessBrowserTest is already the class nam
+
// Browser created from CreateBrowser.
Browser* browser_;
« no previous file with comments | « no previous file | chrome/test/in_process_browser_test.cc » ('j') | chrome/test/ui/ui_test.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698