switches.cc 1.1 KB

12345678910111213141516171819202122232425
  1. // Copyright 2019 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "fuchsia_web/webengine/switches.h"
  5. namespace switches {
  6. const char kEnableContentDirectories[] = "enable-content-directories";
  7. const char kEnableWidevine[] = "enable-widevine";
  8. const char kIncognito[] = "incognito";
  9. const char kPlayreadyKeySystem[] = "playready-key-system";
  10. const char kEnableRemoteDebugMode[] = "remote-debug-mode";
  11. const char kUserAgentProductAndVersion[] = "user-agent-product";
  12. const char kAllowRunningInsecureContent[] = "allow-running-insecure-content";
  13. const char kUseLegacyMetricsService[] = "use-legacy-metrics-service";
  14. const char kCorsExemptHeaders[] = "cors-exempt-headers";
  15. const char kEnableCastStreamingReceiver[] = "enable-cast-streaming-receiver";
  16. const char kCdmDataDirectory[] = "cdm-data-directory";
  17. const char kCdmDataQuotaBytes[] = "cdm-data-quota-bytes";
  18. const char kDataQuotaBytes[] = "data-quota-bytes";
  19. const char kGoogleApiKey[] = "google-api-key";
  20. const char kContextProvider[] = "context-provider";
  21. } // namespace switches