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

Unified Diff: third_party/WebKit/Source/core/frame/Settings.json5

Issue 2943983003: chrome/blink: Add functionality for in-product help for media elements. (Closed)
Patch Set: move IPH to MediaDownloadInProductManager Created 3 years, 4 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: third_party/WebKit/Source/core/frame/Settings.json5
diff --git a/third_party/WebKit/Source/core/frame/Settings.json5 b/third_party/WebKit/Source/core/frame/Settings.json5
index 81386a65197c33d8410007454834489f8ab2b944..2e9b0ceedaa4c5d0660676d82e73774b1237b8fd 100644
--- a/third_party/WebKit/Source/core/frame/Settings.json5
+++ b/third_party/WebKit/Source/core/frame/Settings.json5
@@ -955,6 +955,10 @@
name: "highContrastImagePolicy",
initial: "HighContrastImagePolicy::kFilterAll",
type: "HighContrastImagePolicy",
+ },
+ {
+ name: "mediaDownloadInProductHelpEnabled",
+ initial: false,
}
],
}

Powered by Google App Engine
This is Rietveld 408576698