| OLD | NEW |
| 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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 // Print Proxy component within the service process. | 405 // Print Proxy component within the service process. |
| 406 const char kEnableCloudPrintProxy[] = "enable-cloud-print-proxy"; | 406 const char kEnableCloudPrintProxy[] = "enable-cloud-print-proxy"; |
| 407 | 407 |
| 408 // If true devtools experimental settings are enabled. | 408 // If true devtools experimental settings are enabled. |
| 409 const char kEnableDevToolsExperiments[] = "enable-devtools-experiments"; | 409 const char kEnableDevToolsExperiments[] = "enable-devtools-experiments"; |
| 410 | 410 |
| 411 // Enable device discovery notifications. | 411 // Enable device discovery notifications. |
| 412 const char kEnableDeviceDiscoveryNotifications[] = | 412 const char kEnableDeviceDiscoveryNotifications[] = |
| 413 "enable-device-discovery-notifications"; | 413 "enable-device-discovery-notifications"; |
| 414 | 414 |
| 415 // Enables the DOM distiller. | |
| 416 const char kEnableDomDistiller[] = "enable-dom-distiller"; | |
| 417 | |
| 418 // Enables Domain Reliability Monitoring. | 415 // Enables Domain Reliability Monitoring. |
| 419 const char kEnableDomainReliability[] = "enable-domain-reliability"; | 416 const char kEnableDomainReliability[] = "enable-domain-reliability"; |
| 420 | 417 |
| 421 // Download Notification. (value is "", "enabled" or "disabled") | 418 // Download Notification. (value is "", "enabled" or "disabled") |
| 422 const char kEnableDownloadNotification[] = "enable-download-notification"; | 419 const char kEnableDownloadNotification[] = "enable-download-notification"; |
| 423 | 420 |
| 424 // Enable Enhanced Bookmarks. | |
| 425 const char kEnhancedBookmarksExperiment[] = "enhanced-bookmarks-experiment"; | |
| 426 | |
| 427 // Enables experimentation with ephemeral apps to be launched from the webstore. | 421 // Enables experimentation with ephemeral apps to be launched from the webstore. |
| 428 const char kEnableEphemeralAppsInWebstore[] = | 422 const char kEnableEphemeralAppsInWebstore[] = |
| 429 "enable-ephemeral-apps-in-webstore"; | 423 "enable-ephemeral-apps-in-webstore"; |
| 430 | 424 |
| 431 // Enables experimental hotword features specific to always-on. | 425 // Enables experimental hotword features specific to always-on. |
| 432 const char kEnableExperimentalHotwordHardware[] = "enable-hotword-hardware"; | 426 const char kEnableExperimentalHotwordHardware[] = "enable-hotword-hardware"; |
| 433 | 427 |
| 434 // Enables logging for extension activity. | 428 // Enables logging for extension activity. |
| 435 const char kEnableExtensionActivityLogging[] = | 429 const char kEnableExtensionActivityLogging[] = |
| 436 "enable-extension-activity-logging"; | 430 "enable-extension-activity-logging"; |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 536 // allocates certain resources accordingly. | 530 // allocates certain resources accordingly. |
| 537 const char kEnableSiteEngagementService[] = "enable-site-engagement-service"; | 531 const char kEnableSiteEngagementService[] = "enable-site-engagement-service"; |
| 538 | 532 |
| 539 // Enables the suggestions service. | 533 // Enables the suggestions service. |
| 540 const char kEnableSuggestionsService[] = "enable-suggestions-service"; | 534 const char kEnableSuggestionsService[] = "enable-suggestions-service"; |
| 541 | 535 |
| 542 // Enables the supervised user managed bookmarks folder. | 536 // Enables the supervised user managed bookmarks folder. |
| 543 const char kEnableSupervisedUserManagedBookmarksFolder[] = | 537 const char kEnableSupervisedUserManagedBookmarksFolder[] = |
| 544 "enable-supervised-user-managed-bookmarks-folder"; | 538 "enable-supervised-user-managed-bookmarks-folder"; |
| 545 | 539 |
| 546 // Enables synced articles. | |
| 547 const char kEnableSyncArticles[] = "enable-sync-articles"; | |
| 548 | |
| 549 // Enables user control over muting tab audio from the tab strip. | 540 // Enables user control over muting tab audio from the tab strip. |
| 550 const char kEnableTabAudioMuting[] = "enable-tab-audio-muting"; | 541 const char kEnableTabAudioMuting[] = "enable-tab-audio-muting"; |
| 551 | 542 |
| 552 // Enables fanciful thumbnail processing. Used with NTP for | 543 // Enables fanciful thumbnail processing. Used with NTP for |
| 553 // instant-extended-api, where thumbnails are generally smaller. | 544 // instant-extended-api, where thumbnails are generally smaller. |
| 554 const char kEnableThumbnailRetargeting[] = "enable-thumbnail-retargeting"; | 545 const char kEnableThumbnailRetargeting[] = "enable-thumbnail-retargeting"; |
| 555 | 546 |
| 556 // Enables Alternate-Protocol when the port is user controlled (> 1024). | 547 // Enables Alternate-Protocol when the port is user controlled (> 1024). |
| 557 const char kEnableUserAlternateProtocolPorts[] = | 548 const char kEnableUserAlternateProtocolPorts[] = |
| 558 "enable-user-controlled-alternate-protocol-ports"; | 549 "enable-user-controlled-alternate-protocol-ports"; |
| (...skipping 853 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1412 | 1403 |
| 1413 // ----------------------------------------------------------------------------- | 1404 // ----------------------------------------------------------------------------- |
| 1414 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. | 1405 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. |
| 1415 // | 1406 // |
| 1416 // You were going to just dump your switches here, weren't you? Instead, please | 1407 // You were going to just dump your switches here, weren't you? Instead, please |
| 1417 // put them in alphabetical order above, or in order inside the appropriate | 1408 // put them in alphabetical order above, or in order inside the appropriate |
| 1418 // ifdef at the bottom. The order should match the header. | 1409 // ifdef at the bottom. The order should match the header. |
| 1419 // ----------------------------------------------------------------------------- | 1410 // ----------------------------------------------------------------------------- |
| 1420 | 1411 |
| 1421 } // namespace switches | 1412 } // namespace switches |
| OLD | NEW |