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

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

Issue 1863663002: Use Finch flag instead of command line for Expect CT reporting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
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 #include "build/build_config.h" 9 #include "build/build_config.h"
10 10
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 // If true devtools experimental settings are enabled. 393 // If true devtools experimental settings are enabled.
394 const char kEnableDevToolsExperiments[] = "enable-devtools-experiments"; 394 const char kEnableDevToolsExperiments[] = "enable-devtools-experiments";
395 395
396 // Enable device discovery notifications. 396 // Enable device discovery notifications.
397 const char kEnableDeviceDiscoveryNotifications[] = 397 const char kEnableDeviceDiscoveryNotifications[] =
398 "enable-device-discovery-notifications"; 398 "enable-device-discovery-notifications";
399 399
400 // Enables Domain Reliability Monitoring. 400 // Enables Domain Reliability Monitoring.
401 const char kEnableDomainReliability[] = "enable-domain-reliability"; 401 const char kEnableDomainReliability[] = "enable-domain-reliability";
402 402
403 // Enables Expect CT reporting, which sends reports for opted-in sites
404 // that don't serve sufficient Certificate Transparency information.
405 const char kEnableExpectCTReporting[] = "enable-expect-ct-reporting";
406
407 // Enables experimental hotword features specific to always-on. 403 // Enables experimental hotword features specific to always-on.
408 const char kEnableExperimentalHotwordHardware[] = "enable-hotword-hardware"; 404 const char kEnableExperimentalHotwordHardware[] = "enable-hotword-hardware";
409 405
410 // Enables logging for extension activity. 406 // Enables logging for extension activity.
411 const char kEnableExtensionActivityLogging[] = 407 const char kEnableExtensionActivityLogging[] =
412 "enable-extension-activity-logging"; 408 "enable-extension-activity-logging";
413 409
414 const char kEnableExtensionActivityLogTesting[] = 410 const char kEnableExtensionActivityLogTesting[] =
415 "enable-extension-activity-log-testing"; 411 "enable-extension-activity-log-testing";
416 412
(...skipping 945 matching lines...) Expand 10 before | Expand all | Expand 10 after
1362 1358
1363 // ----------------------------------------------------------------------------- 1359 // -----------------------------------------------------------------------------
1364 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1360 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1365 // 1361 //
1366 // You were going to just dump your switches here, weren't you? Instead, please 1362 // You were going to just dump your switches here, weren't you? Instead, please
1367 // put them in alphabetical order above, or in order inside the appropriate 1363 // put them in alphabetical order above, or in order inside the appropriate
1368 // ifdef at the bottom. The order should match the header. 1364 // ifdef at the bottom. The order should match the header.
1369 // ----------------------------------------------------------------------------- 1365 // -----------------------------------------------------------------------------
1370 1366
1371 } // namespace switches 1367 } // namespace switches
OLDNEW
« chrome/browser/ssl/chrome_expect_ct_reporter.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698