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

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

Issue 2496763002: Disable content intent detectors in the renderer (Closed)
Patch Set: Disable content intent detectors in the renderer 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 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 c6d3293c4e0718a1914f188755d66feae761f2f2..5587447b719dc0089b88ba61b56e617ecb1885cf 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
@@ -77,6 +77,9 @@ 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";
+
// Prevent instantiation.
private ContentSwitches() {}

Powered by Google App Engine
This is Rietveld 408576698