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 4039003: Add experimental option for TCP FastOpen.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | jingle/notifier/base/fake_ssl_client_socket.h » ('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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 495
496 // Enable syncing browser sessions. 496 // Enable syncing browser sessions.
497 const char kEnableSyncSessions[] = "enable-sync-sessions"; 497 const char kEnableSyncSessions[] = "enable-sync-sessions";
498 498
499 // Enable syncing browser typed urls. 499 // Enable syncing browser typed urls.
500 const char kEnableSyncTypedUrls[] = "enable-sync-typed-urls"; 500 const char kEnableSyncTypedUrls[] = "enable-sync-typed-urls";
501 501
502 // Enable tabbed options, ie: dom-ui version of options window. 502 // Enable tabbed options, ie: dom-ui version of options window.
503 const char kEnableTabbedOptions[] = "enable-tabbed-options"; 503 const char kEnableTabbedOptions[] = "enable-tabbed-options";
504 504
505 // Enable use of experimental TCP sockets API for sending data in the
506 // SYN packet.
507 const char kEnableTcpFastOpen[] = "enable-tcp-fastopen";
508
505 // Enables TopSites. 509 // Enables TopSites.
506 const char kEnableTopSites[] = "enable-top-sites"; 510 const char kEnableTopSites[] = "enable-top-sites";
507 511
508 // Whether or not the touch events API is exposed. 512 // Whether or not the touch events API is exposed.
509 const char kEnableTouch[] = "enable-touch"; 513 const char kEnableTouch[] = "enable-touch";
510 514
511 // Enables the option to show tabs as a vertical stack down the side of the 515 // Enables the option to show tabs as a vertical stack down the side of the
512 // browser window. 516 // browser window.
513 const char kEnableVerticalTabs[] = "enable-vertical-tabs"; 517 const char kEnableVerticalTabs[] = "enable-vertical-tabs";
514 518
(...skipping 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
1265 1269
1266 // ----------------------------------------------------------------------------- 1270 // -----------------------------------------------------------------------------
1267 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1271 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1268 // 1272 //
1269 // You were going to just dump your switches here, weren't you? Instead, 1273 // You were going to just dump your switches here, weren't you? Instead,
1270 // please put them in alphabetical order above, or in order inside the 1274 // please put them in alphabetical order above, or in order inside the
1271 // appropriate ifdef at the bottom. The order should match the header. 1275 // appropriate ifdef at the bottom. The order should match the header.
1272 // ----------------------------------------------------------------------------- 1276 // -----------------------------------------------------------------------------
1273 1277
1274 } // namespace switches 1278 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | jingle/notifier/base/fake_ssl_client_socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698