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

Unified Diff: content/public/android/java/src/org/chromium/content/common/ContentSwitches.java

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 side-by-side diff with in-line comments
Download patch
Index: content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
diff --git a/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java b/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
index a356d089e7e81271d1fdbaada1ab4b644407518c..8b770efbefcfde0d968a02c4b29a9da561e380fb 100644
--- a/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
+++ b/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
@@ -71,9 +71,6 @@ public abstract class ContentSwitches {
// Native switch kGPUProcess
public static final String SWITCH_GPU_PROCESS = "gpu-process";
- // Enable content intent detection in the renderer
- public static final String ENABLE_CONTENT_INTENT_DETECTION = "enable-content-intent-detection";
-
// Use fake device for Media Stream to replace actual camera and microphone.
public static final String USE_FAKE_DEVICE_FOR_MEDIA_STREAM =
"use-fake-device-for-media-stream";

Powered by Google App Engine
This is Rietveld 408576698