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

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

Issue 852043002: Initial Implementation of Download Notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed build & test errors on non-ChromeOS platform. 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') | tools/metrics/histograms/histograms.xml » ('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) 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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 const char kEnableCloudPrintProxy[] = "enable-cloud-print-proxy"; 401 const char kEnableCloudPrintProxy[] = "enable-cloud-print-proxy";
402 402
403 // If true devtools experimental settings are enabled. 403 // If true devtools experimental settings are enabled.
404 const char kEnableDevToolsExperiments[] = "enable-devtools-experiments"; 404 const char kEnableDevToolsExperiments[] = "enable-devtools-experiments";
405 405
406 // Enable device discovery notifications. 406 // Enable device discovery notifications.
407 const char kEnableDeviceDiscoveryNotifications[] = 407 const char kEnableDeviceDiscoveryNotifications[] =
408 "enable-device-discovery-notifications"; 408 "enable-device-discovery-notifications";
409 409
410 // Enables the DOM distiller. 410 // Enables the DOM distiller.
411 const char kEnableDomDistiller[] = "enable-dom-distiller"; 411 const char kEnableDomDistiller[] = "enable-dom-distiller";
412 412
413 // Enables Domain Reliability Monitoring. 413 // Enables Domain Reliability Monitoring.
414 const char kEnableDomainReliability[] = "enable-domain-reliability"; 414 const char kEnableDomainReliability[] = "enable-domain-reliability";
415
416 // Enables Download Notification.
417 const char kEnableDownloadNotification[] = "enable-download-notification";
415 418
416 // Enable Enhanced Bookmarks. 419 // Enable Enhanced Bookmarks.
417 const char kEnhancedBookmarksExperiment[] = "enhanced-bookmarks-experiment"; 420 const char kEnhancedBookmarksExperiment[] = "enhanced-bookmarks-experiment";
418 421
419 // Enables experimentation with ephemeral apps to be launched from the webstore. 422 // Enables experimentation with ephemeral apps to be launched from the webstore.
420 const char kEnableEphemeralAppsInWebstore[] = 423 const char kEnableEphemeralAppsInWebstore[] =
421 "enable-ephemeral-apps-in-webstore"; 424 "enable-ephemeral-apps-in-webstore";
422 425
423 // Disables v2 hotword detection features. These features include 426 // Disables v2 hotword detection features. These features include
424 // using a new component extension for performing hotword detection, new UI 427 // using a new component extension for performing hotword detection, new UI
(...skipping 949 matching lines...) Expand 10 before | Expand all | Expand 10 after
1374 1377
1375 // ----------------------------------------------------------------------------- 1378 // -----------------------------------------------------------------------------
1376 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1379 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1377 // 1380 //
1378 // You were going to just dump your switches here, weren't you? Instead, please 1381 // You were going to just dump your switches here, weren't you? Instead, please
1379 // put them in alphabetical order above, or in order inside the appropriate 1382 // put them in alphabetical order above, or in order inside the appropriate
1380 // ifdef at the bottom. The order should match the header. 1383 // ifdef at the bottom. The order should match the header.
1381 // ----------------------------------------------------------------------------- 1384 // -----------------------------------------------------------------------------
1382 1385
1383 } // namespace switches 1386 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698