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

Unified Diff: content/public/browser/content_browser_client.h

Issue 1612663002: Use a valid /prefetch argument when launching a process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bit
Patch Set: self-review Created 4 years, 11 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/public/browser/content_browser_client.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index 0cf89389b7476c3c277f3aa602dfc935814b07e7..c3620cfa49631ca5fd49fbb716ecdfb6e0873f78 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -751,6 +751,9 @@ class CONTENT_EXPORT ContentBrowserClient {
// an AppContainer.
virtual base::string16 GetAppContainerSidForSandboxType(
int sandbox_type) const;
+
+ // Returns true if processes should be launched with a /prefetch:# argument.
gab 2016/01/26 21:40:26 Also refer to a place where you explain the detail
fdoray 2016/01/27 20:12:19 Done.
+ virtual bool ShouldUseWindowsPrefetchArgument() const;
#endif
#if defined(VIDEO_HOLE)

Powered by Google App Engine
This is Rietveld 408576698