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

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

Issue 981773003: Remove the flag to disable new hotwording. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 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') | 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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 // Enables Download Notification. 432 // Enables Download Notification.
433 const char kEnableDownloadNotification[] = "enable-download-notification"; 433 const char kEnableDownloadNotification[] = "enable-download-notification";
434 434
435 // Enable Enhanced Bookmarks. 435 // Enable Enhanced Bookmarks.
436 const char kEnhancedBookmarksExperiment[] = "enhanced-bookmarks-experiment"; 436 const char kEnhancedBookmarksExperiment[] = "enhanced-bookmarks-experiment";
437 437
438 // Enables experimentation with ephemeral apps to be launched from the webstore. 438 // Enables experimentation with ephemeral apps to be launched from the webstore.
439 const char kEnableEphemeralAppsInWebstore[] = 439 const char kEnableEphemeralAppsInWebstore[] =
440 "enable-ephemeral-apps-in-webstore"; 440 "enable-ephemeral-apps-in-webstore";
441 441
442 // Disables v2 hotword detection features. These features include
443 // using a new component extension for performing hotword detection, new UI
444 // flows, and always-on detection.
445 const char kDisableExperimentalHotwording[] = "disable-experimental-hotwording";
446
447 // Enables experimental hotword features specific to always-on. 442 // Enables experimental hotword features specific to always-on.
448 const char kEnableExperimentalHotwordHardware[] = "enable-hotword-hardware"; 443 const char kEnableExperimentalHotwordHardware[] = "enable-hotword-hardware";
449 444
450 // Enables logging for extension activity. 445 // Enables logging for extension activity.
451 const char kEnableExtensionActivityLogging[] = 446 const char kEnableExtensionActivityLogging[] =
452 "enable-extension-activity-logging"; 447 "enable-extension-activity-logging";
453 448
454 const char kEnableExtensionActivityLogTesting[] = 449 const char kEnableExtensionActivityLogTesting[] =
455 "enable-extension-activity-log-testing"; 450 "enable-extension-activity-log-testing";
456 451
(...skipping 941 matching lines...) Expand 10 before | Expand all | Expand 10 after
1398 1393
1399 // ----------------------------------------------------------------------------- 1394 // -----------------------------------------------------------------------------
1400 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1395 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1401 // 1396 //
1402 // You were going to just dump your switches here, weren't you? Instead, please 1397 // You were going to just dump your switches here, weren't you? Instead, please
1403 // put them in alphabetical order above, or in order inside the appropriate 1398 // put them in alphabetical order above, or in order inside the appropriate
1404 // ifdef at the bottom. The order should match the header. 1399 // ifdef at the bottom. The order should match the header.
1405 // ----------------------------------------------------------------------------- 1400 // -----------------------------------------------------------------------------
1406 1401
1407 } // namespace switches 1402 } // 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