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

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

Issue 10368027: Remove Aero Peek Tabs code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 8 years, 7 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | 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 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 const char kDownloadsNewUI[] = "downloads-new-ui"; 437 const char kDownloadsNewUI[] = "downloads-new-ui";
438 438
439 // Dump any accumualted histograms to the log when browser terminates (requires 439 // Dump any accumualted histograms to the log when browser terminates (requires
440 // logging to be enabled to really do anything). Used by developers and test 440 // logging to be enabled to really do anything). Used by developers and test
441 // scripts. 441 // scripts.
442 const char kDumpHistogramsOnExit[] = "dump-histograms-on-exit"; 442 const char kDumpHistogramsOnExit[] = "dump-histograms-on-exit";
443 443
444 // Enables the Action Box toolbar UI. 444 // Enables the Action Box toolbar UI.
445 const char kEnableActionBox[] = "enable-action-box"; 445 const char kEnableActionBox[] = "enable-action-box";
446 446
447 // Enables AeroPeek for each tab. (This switch only works on Windows 7).
448 const char kEnableAeroPeekTabs[] = "enable-aero-peek-tabs";
449
450 // Enables the experimental asynchronous DNS client. 447 // Enables the experimental asynchronous DNS client.
451 const char kEnableAsyncDns[] = "enable-async-dns"; 448 const char kEnableAsyncDns[] = "enable-async-dns";
452 449
453 // Enables asynchronous spellchecking features for all time. 450 // Enables asynchronous spellchecking features for all time.
454 // Enabling this feature also enables unified spellchecking. 451 // Enabling this feature also enables unified spellchecking.
455 const char kEnableAsynchronousSpellChecking[] = 452 const char kEnableAsynchronousSpellChecking[] =
456 "enable-asynchronous-spellchecking"; 453 "enable-asynchronous-spellchecking";
457 454
458 // Enables the inclusion of non-standard ports when generating the Kerberos SPN 455 // Enables the inclusion of non-standard ports when generating the Kerberos SPN
459 // in response to a Negotiate challenge. See 456 // in response to a Negotiate challenge. See
(...skipping 962 matching lines...) Expand 10 before | Expand all | Expand 10 after
1422 1419
1423 // ----------------------------------------------------------------------------- 1420 // -----------------------------------------------------------------------------
1424 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1421 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1425 // 1422 //
1426 // You were going to just dump your switches here, weren't you? Instead, please 1423 // You were going to just dump your switches here, weren't you? Instead, please
1427 // put them in alphabetical order above, or in order inside the appropriate 1424 // put them in alphabetical order above, or in order inside the appropriate
1428 // ifdef at the bottom. The order should match the header. 1425 // ifdef at the bottom. The order should match the header.
1429 // ----------------------------------------------------------------------------- 1426 // -----------------------------------------------------------------------------
1430 1427
1431 } // namespace switches 1428 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698