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

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..7fe5908e59148ae474d8d850753527b9861f121d 100644
--- a/content/shell/shell_browser_main.h
+++ b/content/shell/shell_browser_main.h
@@ -12,7 +12,8 @@ class BrowserMainRunner;
struct MainFunctionParams;
}
-int ShellBrowserMain(const content::MainFunctionParams& parameters,
- scoped_ptr<content::BrowserMainRunner>& main_runner);
+int ShellBrowserMain(
+ const content::MainFunctionParams& parameters,
+ const scoped_ptr<content::BrowserMainRunner>& main_runner);
#endif // CONTENT_SHELL_SHELL_BROWSER_MAIN_H_

Powered by Google App Engine
This is Rietveld 408576698