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

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

Issue 2790893004: Delete Android content detectors. (Closed)
Patch Set: Rebase Created 3 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
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/BUILD.gn » ('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 #include "media/media_features.h" 7 #include "media/media_features.h"
8 8
9 namespace switches { 9 namespace switches {
10 10
(...skipping 947 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 const char kDisablePullToRefreshEffect[] = "disable-pull-to-refresh-effect"; 958 const char kDisablePullToRefreshEffect[] = "disable-pull-to-refresh-effect";
959 959
960 // Disable the locking feature of the screen orientation API. 960 // Disable the locking feature of the screen orientation API.
961 const char kDisableScreenOrientationLock[] = "disable-screen-orientation-lock"; 961 const char kDisableScreenOrientationLock[] = "disable-screen-orientation-lock";
962 962
963 // Enable inverting of selection handles so that they are not clipped by the 963 // Enable inverting of selection handles so that they are not clipped by the
964 // viewport boundaries. 964 // viewport boundaries.
965 const char kEnableAdaptiveSelectionHandleOrientation[] = 965 const char kEnableAdaptiveSelectionHandleOrientation[] =
966 "enable-adaptive-selection-handle-orientation"; 966 "enable-adaptive-selection-handle-orientation";
967 967
968 // Enable content intent detection in the renderer.
969 const char kEnableContentIntentDetection[] =
970 "enable-content-intent-detection";
971
972 // Enable drag manipulation of longpress-triggered text selections. 968 // Enable drag manipulation of longpress-triggered text selections.
973 const char kEnableLongpressDragSelection[] = "enable-longpress-drag-selection"; 969 const char kEnableLongpressDragSelection[] = "enable-longpress-drag-selection";
974 970
975 // The telephony region (ISO country code) to use in phone number detection. 971 // The telephony region (ISO country code) to use in phone number detection.
976 const char kNetworkCountryIso[] = "network-country-iso"; 972 const char kNetworkCountryIso[] = "network-country-iso";
977 973
978 // When blink should declare a load "done" for the purpose of the 974 // When blink should declare a load "done" for the purpose of the
979 // progress bar. 975 // progress bar.
980 const char kProgressBarCompletion[] = "progress-bar-completion"; 976 const char kProgressBarCompletion[] = "progress-bar-completion";
981 977
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
1085 // the given directory. Used primarily to gather samples for IPC fuzzing. 1081 // the given directory. Used primarily to gather samples for IPC fuzzing.
1086 const char kIpcDumpDirectory[] = "ipc-dump-directory"; 1082 const char kIpcDumpDirectory[] = "ipc-dump-directory";
1087 1083
1088 // Specifies the testcase used by the IPC fuzzer. 1084 // Specifies the testcase used by the IPC fuzzer.
1089 const char kIpcFuzzerTestcase[] = "ipc-fuzzer-testcase"; 1085 const char kIpcFuzzerTestcase[] = "ipc-fuzzer-testcase";
1090 #endif 1086 #endif
1091 1087
1092 // Don't dump stuff here, follow the same order as the header. 1088 // Don't dump stuff here, follow the same order as the header.
1093 1089
1094 } // namespace switches 1090 } // namespace switches
OLDNEW
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698