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

Side by Side Diff: chrome/common/chrome_switches.cc

Issue 12886034: Remove experimental code to pick the "warmest" socket (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: sync, fix conflict Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/common/chrome_switches.h" 5 #include "chrome/common/chrome_switches.h"
6 6
7 #include "base/base_switches.h" 7 #include "base/base_switches.h"
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 9
10 namespace switches { 10 namespace switches {
(...skipping 1252 matching lines...) Expand 10 before | Expand all | Expand 10 after
1263 1263
1264 // Simulates a critical update being available. 1264 // Simulates a critical update being available.
1265 const char kSimulateCriticalUpdate[] = "simulate-critical-update"; 1265 const char kSimulateCriticalUpdate[] = "simulate-critical-update";
1266 1266
1267 // Simulates that current version is outdated. 1267 // Simulates that current version is outdated.
1268 const char kSimulateOutdated[] = "simulate-outdated"; 1268 const char kSimulateOutdated[] = "simulate-outdated";
1269 1269
1270 // Replaces the buffered data source for <audio> and <video> with a simplified 1270 // Replaces the buffered data source for <audio> and <video> with a simplified
1271 // resource loader that downloads the entire resource into memory. 1271 // resource loader that downloads the entire resource into memory.
1272 1272
1273 // Socket reuse policy. The value should be of type enum
1274 // ClientSocketReusePolicy.
1275 const char kSocketReusePolicy[] = "socket-reuse-policy";
1276
1277 // Origin for which SpdyProxy authentication is supported. 1273 // Origin for which SpdyProxy authentication is supported.
1278 const char kSpdyProxyAuthOrigin[] = "spdy-proxy-auth-origin"; 1274 const char kSpdyProxyAuthOrigin[] = "spdy-proxy-auth-origin";
1279 1275
1280 // Speculative resource prefetching. 1276 // Speculative resource prefetching.
1281 const char kSpeculativeResourcePrefetching[] = 1277 const char kSpeculativeResourcePrefetching[] =
1282 "speculative-resource-prefetching"; 1278 "speculative-resource-prefetching";
1283 1279
1284 // Speculative resource prefetching is disabled. 1280 // Speculative resource prefetching is disabled.
1285 const char kSpeculativeResourcePrefetchingDisabled[] = "disabled"; 1281 const char kSpeculativeResourcePrefetchingDisabled[] = "disabled";
1286 1282
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
1694 1690
1695 // ----------------------------------------------------------------------------- 1691 // -----------------------------------------------------------------------------
1696 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1692 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1697 // 1693 //
1698 // You were going to just dump your switches here, weren't you? Instead, please 1694 // You were going to just dump your switches here, weren't you? Instead, please
1699 // put them in alphabetical order above, or in order inside the appropriate 1695 // put them in alphabetical order above, or in order inside the appropriate
1700 // ifdef at the bottom. The order should match the header. 1696 // ifdef at the bottom. The order should match the header.
1701 // ----------------------------------------------------------------------------- 1697 // -----------------------------------------------------------------------------
1702 1698
1703 } // namespace switches 1699 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | content/browser/renderer_host/p2p/socket_host_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698