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

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

Issue 6133006: Enable speech input by default and remove unused code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/render_messages_internal.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 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 // Enable print preview (work in progress). 544 // Enable print preview (work in progress).
545 const char kEnablePrintPreview[] = "enable-print-preview"; 545 const char kEnablePrintPreview[] = "enable-print-preview";
546 546
547 // Enable the IsSearchProviderInstalled and InstallSearchProvider with an extra 547 // Enable the IsSearchProviderInstalled and InstallSearchProvider with an extra
548 // parameter to indicate if the provider should be the default. 548 // parameter to indicate if the provider should be the default.
549 const char kEnableSearchProviderApiV2[] = "enable-search-provider-api-v2"; 549 const char kEnableSearchProviderApiV2[] = "enable-search-provider-api-v2";
550 550
551 // Enables 0-RTT HTTPS handshakes. 551 // Enables 0-RTT HTTPS handshakes.
552 const char kEnableSnapStart[] = "enable-snap-start"; 552 const char kEnableSnapStart[] = "enable-snap-start";
553 553
554 // Enables speech input.
555 const char kEnableSpeechInput[] = "enable-speech-input";
556
557 // Enables StatsTable, logging statistics to a global named shared memory table. 554 // Enables StatsTable, logging statistics to a global named shared memory table.
558 const char kEnableStatsTable[] = "enable-stats-table"; 555 const char kEnableStatsTable[] = "enable-stats-table";
559 556
560 // Enable syncing browser data to a Google Account. 557 // Enable syncing browser data to a Google Account.
561 const char kEnableSync[] = "enable-sync"; 558 const char kEnableSync[] = "enable-sync";
562 559
563 // Enable syncing browser autofill. 560 // Enable syncing browser autofill.
564 const char kEnableSyncAutofill[] = "enable-sync-autofill"; 561 const char kEnableSyncAutofill[] = "enable-sync-autofill";
565 562
566 // Enable syncing browser passwords. 563 // Enable syncing browser passwords.
(...skipping 804 matching lines...) Expand 10 before | Expand all | Expand 10 after
1371 1368
1372 // ----------------------------------------------------------------------------- 1369 // -----------------------------------------------------------------------------
1373 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1370 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1374 // 1371 //
1375 // You were going to just dump your switches here, weren't you? Instead, 1372 // You were going to just dump your switches here, weren't you? Instead,
1376 // please put them in alphabetical order above, or in order inside the 1373 // please put them in alphabetical order above, or in order inside the
1377 // appropriate ifdef at the bottom. The order should match the header. 1374 // appropriate ifdef at the bottom. The order should match the header.
1378 // ----------------------------------------------------------------------------- 1375 // -----------------------------------------------------------------------------
1379 1376
1380 } // namespace switches 1377 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/render_messages_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698