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

Unified Diff: chrome/browser/chrome_browser_field_trials.h

Issue 10916016: Switch the TCP reads on Windows to use non-blocking/non-async I/O. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 2 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: chrome/browser/chrome_browser_field_trials.h
===================================================================
--- chrome/browser/chrome_browser_field_trials.h (revision 161340)
+++ chrome/browser/chrome_browser_field_trials.h (working copy)
@@ -71,6 +71,10 @@
// Sets up field trials for doing Cache Sensitivity Analysis.
void SetUpCacheSensitivityAnalysisFieldTrial();
+ // A field trial to determine the impact of using non-blocking reads for
+ // TCP sockets on Windows instead of overlapped I/O
+ void WindowsOverlappedTCPReadsFieldTrial();
+
const CommandLine& parsed_command_line_;
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserFieldTrials);
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_field_trials.cc » ('j') | chrome/browser/chrome_browser_field_trials.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698