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

Unified Diff: headless/app/headless_shell.h

Issue 2835603002: Revert of Add --headless flag to Windows (Closed)
Patch Set: Created 3 years, 8 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/app/headless_example.cc ('k') | headless/app/headless_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/app/headless_shell.h
diff --git a/headless/app/headless_shell.h b/headless/app/headless_shell.h
index e38f017d285e74cbd1dfcc1f6b4de8681ed7607f..91535105c47862d1341e01297cf69bd8b0dec2d1 100644
--- a/headless/app/headless_shell.h
+++ b/headless/app/headless_shell.h
@@ -86,7 +86,7 @@
const base::FilePath file_name,
base::File::Error error_code);
void OnFileWritten(const base::FilePath file_name,
- const size_t length,
+ const int length,
base::File::Error error_code,
int write_result);
void OnFileClosed(base::File::Error error_code);
« no previous file with comments | « headless/app/headless_example.cc ('k') | headless/app/headless_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698