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

Unified Diff: headless/public/headless_shell.h

Issue 2666503002: Make headless_shell target compile for Windows (Closed)
Patch Set: Fix initlogging placing, always enable logging in Windows Created 3 years, 10 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 | « headless/lib/headless_content_main_delegate.cc ('k') | headless/public/util/deterministic_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/public/headless_shell.h
diff --git a/headless/public/headless_shell.h b/headless/public/headless_shell.h
index f083d2030c1057d70fdfdd4ccd364e671c505f7a..0fd9066a80d5ef01842a9decea1c10e04b67503c 100644
--- a/headless/public/headless_shell.h
+++ b/headless/public/headless_shell.h
@@ -11,8 +11,7 @@ namespace headless {
// Start the Headless Shell application. Intended to be called early in main().
// Returns the exit code for the process.
-int HEADLESS_EXPORT HeadlessShellMain(int argc, const char** argv);
-
+HEADLESS_EXPORT int HeadlessShellMain(int argc, const char** argv);
} // namespace headless
#endif // HEADLESS_PUBLIC_HEADLESS_SHELL_H_
« no previous file with comments | « headless/lib/headless_content_main_delegate.cc ('k') | headless/public/util/deterministic_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698