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

Unified Diff: content/shell/shell_browser_main.h

Issue 17265005: content_shell: Create the FIFOs needed for running Android layout tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: content/shell/shell_browser_main.h
diff --git a/content/shell/shell_browser_main.h b/content/shell/shell_browser_main.h
index c44071c819a252a7c5f6d3d0d60bfd2c963e255c..1499d9ac77d849d6dbf6dfcb15c77f2065048c1e 100644
--- a/content/shell/shell_browser_main.h
+++ b/content/shell/shell_browser_main.h
@@ -13,6 +13,6 @@ struct MainFunctionParams;
}
int ShellBrowserMain(const content::MainFunctionParams& parameters,
- scoped_ptr<content::BrowserMainRunner>& main_runner);
+ const scoped_ptr<content::BrowserMainRunner>& main_runner);
jochen (gone - plz use gerrit) 2013/06/19 17:58:47 nit. if you indent the second parameter like this,
Peter Beverloo 2013/06/19 19:48:32 Done.
#endif // CONTENT_SHELL_SHELL_BROWSER_MAIN_H_

Powered by Google App Engine
This is Rietveld 408576698