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

Unified Diff: chrome/app/file_pre_reader_win.h

Issue 2280183002: Remove all code related to the PreRead field trial. (Closed)
Patch Set: fix include Created 4 years, 4 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 | « chrome/app/chrome_exe_main_win.cc ('k') | chrome/app/file_pre_reader_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/file_pre_reader_win.h
diff --git a/chrome/app/file_pre_reader_win.h b/chrome/app/file_pre_reader_win.h
index 93cc2e7f8e28f33dc6dc39b3c31e8fb227416eaa..dcd596c1c0c0ec4285ac9137e9a52df017ec31a7 100644
--- a/chrome/app/file_pre_reader_win.h
+++ b/chrome/app/file_pre_reader_win.h
@@ -12,13 +12,8 @@ namespace base {
class FilePath;
}
-namespace startup_metric_utils {
-struct PreReadOptions;
-}
-
// Pre-reads |file_path| to avoid touching the disk when the file is actually
-// used. Checks |pre_read_options| to determine how to pre-read the file.
-void PreReadFile(const base::FilePath& file_path,
- const startup_metric_utils::PreReadOptions& pre_read_options);
+// used.
+void PreReadFile(const base::FilePath& file_path);
#endif // CHROME_APP_FILE_PRE_READER_WIN_H_
« no previous file with comments | « chrome/app/chrome_exe_main_win.cc ('k') | chrome/app/file_pre_reader_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698