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

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

Issue 105833010: Added Dev host for data reduction proxy controlled by Finch experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync to head. Created 6 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 unified diff | Download patch
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | net/proxy/proxy_server.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1359 matching lines...) Expand 10 before | Expand all | Expand 10 after
1370 1370
1371 // Second origin that can be used for the spdy proxy. 1371 // Second origin that can be used for the spdy proxy.
1372 const char kSpdyProxyAuthFallback[] = "spdy-proxy-auth-fallback"; 1372 const char kSpdyProxyAuthFallback[] = "spdy-proxy-auth-fallback";
1373 1373
1374 // Origin for which SpdyProxy authentication is supported. 1374 // Origin for which SpdyProxy authentication is supported.
1375 const char kSpdyProxyAuthOrigin[] = "spdy-proxy-auth-origin"; 1375 const char kSpdyProxyAuthOrigin[] = "spdy-proxy-auth-origin";
1376 1376
1377 // Authentication string for the data reduction proxy. 1377 // Authentication string for the data reduction proxy.
1378 const char kSpdyProxyAuthValue[] = "spdy-proxy-auth-value"; 1378 const char kSpdyProxyAuthValue[] = "spdy-proxy-auth-value";
1379 1379
1380 // Origin for which dev version of SpdyProxy authentication is supported.
1381 const char kSpdyProxyDevAuthOrigin[] = "spdy-proxy-dev-auth-origin";
1382
1380 // Specifies the URL where spelling service feedback data will be sent instead 1383 // Specifies the URL where spelling service feedback data will be sent instead
1381 // of the default URL. This switch is for temporary testing only. 1384 // of the default URL. This switch is for temporary testing only.
1382 // TODO(rouslan): Remove this flag when feedback testing is complete. Revisit by 1385 // TODO(rouslan): Remove this flag when feedback testing is complete. Revisit by
1383 // August 2013. 1386 // August 2013.
1384 const char kSpellingServiceFeedbackUrl[] = "spelling-service-feedback-url"; 1387 const char kSpellingServiceFeedbackUrl[] = "spelling-service-feedback-url";
1385 1388
1386 // Specifies the number of seconds between sending batches of feedback to 1389 // Specifies the number of seconds between sending batches of feedback to
1387 // spelling service. The default is 30 minutes. The mininum is 5 seconds. This 1390 // spelling service. The default is 30 minutes. The mininum is 5 seconds. This
1388 // switch is for temporary testing only. 1391 // switch is for temporary testing only.
1389 // TODO(rouslan): Remove this flag when feedback testing is complete. Revisit by 1392 // TODO(rouslan): Remove this flag when feedback testing is complete. Revisit by
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
1681 1684
1682 // ----------------------------------------------------------------------------- 1685 // -----------------------------------------------------------------------------
1683 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1686 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1684 // 1687 //
1685 // You were going to just dump your switches here, weren't you? Instead, please 1688 // You were going to just dump your switches here, weren't you? Instead, please
1686 // put them in alphabetical order above, or in order inside the appropriate 1689 // put them in alphabetical order above, or in order inside the appropriate
1687 // ifdef at the bottom. The order should match the header. 1690 // ifdef at the bottom. The order should match the header.
1688 // ----------------------------------------------------------------------------- 1691 // -----------------------------------------------------------------------------
1689 1692
1690 } // namespace switches 1693 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | net/proxy/proxy_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698