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

Side by Side Diff: content/public/common/content_switches.cc

Issue 2437943002: Ship WebBluetooth out of origin trial (Closed)
Patch Set: address more comments Created 4 years, 1 month 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 | « content/public/common/content_switches.h ('k') | content/shell/app/shell_main_delegate.cc » ('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 "build/build_config.h" 5 #include "build/build_config.h"
6 #include "content/public/common/content_switches.h" 6 #include "content/public/common/content_switches.h"
7 7
8 namespace switches { 8 namespace switches {
9 9
10 // The number of MSAA samples for canvas2D. Requires MSAA support by GPU to 10 // The number of MSAA samples for canvas2D. Requires MSAA support by GPU to
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 const char kEnableExperimentalCanvasFeatures[] = 366 const char kEnableExperimentalCanvasFeatures[] =
367 "enable-experimental-canvas-features"; 367 "enable-experimental-canvas-features";
368 368
369 // Enables Web Platform features that are in development. 369 // Enables Web Platform features that are in development.
370 const char kEnableExperimentalWebPlatformFeatures[] = 370 const char kEnableExperimentalWebPlatformFeatures[] =
371 "enable-experimental-web-platform-features"; 371 "enable-experimental-web-platform-features";
372 372
373 // Comma-separated list of feature names to enable. See also kDisableFeatures. 373 // Comma-separated list of feature names to enable. See also kDisableFeatures.
374 const char kEnableFeatures[] = "enable-features"; 374 const char kEnableFeatures[] = "enable-features";
375 375
376 // Enable Web Bluetooth.
377 const char kEnableWebBluetooth[] = "enable-web-bluetooth";
378
379 // WebFonts intervention v2 flag and values. 376 // WebFonts intervention v2 flag and values.
380 const char kEnableWebFontsInterventionV2[] = "enable-webfonts-intervention-v2"; 377 const char kEnableWebFontsInterventionV2[] = "enable-webfonts-intervention-v2";
381 const char kEnableWebFontsInterventionV2SwitchValueEnabledWith2G[] = 378 const char kEnableWebFontsInterventionV2SwitchValueEnabledWith2G[] =
382 "enabled-2g"; 379 "enabled-2g";
383 const char kEnableWebFontsInterventionV2SwitchValueEnabledWith3G[] = 380 const char kEnableWebFontsInterventionV2SwitchValueEnabledWith3G[] =
384 "enabled-3g"; 381 "enabled-3g";
385 const char kEnableWebFontsInterventionV2SwitchValueEnabledWithSlow2G[] = 382 const char kEnableWebFontsInterventionV2SwitchValueEnabledWithSlow2G[] =
386 "enabled-slow2g"; 383 "enabled-slow2g";
387 const char kEnableWebFontsInterventionV2SwitchValueDisabled[] = "disabled"; 384 const char kEnableWebFontsInterventionV2SwitchValueDisabled[] = "disabled";
388 385
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after
1070 // the given directory. Used primarily to gather samples for IPC fuzzing. 1067 // the given directory. Used primarily to gather samples for IPC fuzzing.
1071 const char kIpcDumpDirectory[] = "ipc-dump-directory"; 1068 const char kIpcDumpDirectory[] = "ipc-dump-directory";
1072 1069
1073 // Specifies the testcase used by the IPC fuzzer. 1070 // Specifies the testcase used by the IPC fuzzer.
1074 const char kIpcFuzzerTestcase[] = "ipc-fuzzer-testcase"; 1071 const char kIpcFuzzerTestcase[] = "ipc-fuzzer-testcase";
1075 #endif 1072 #endif
1076 1073
1077 // Don't dump stuff here, follow the same order as the header. 1074 // Don't dump stuff here, follow the same order as the header.
1078 1075
1079 } // namespace switches 1076 } // namespace switches
OLDNEW
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/shell/app/shell_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698