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

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

Issue 2394653002: Disable download for overlay panel content (Closed)
Patch Set: rebase Created 4 years, 2 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.in
diff --git a/third_party/WebKit/Source/core/frame/Settings.in b/third_party/WebKit/Source/core/frame/Settings.in
index 6892fa4f3367b4cf2adcecaa71561c30ff60adde..101f23511c3a83bea1e1bdb8931971ec887de49b 100644
--- a/third_party/WebKit/Source/core/frame/Settings.in
+++ b/third_party/WebKit/Source/core/frame/Settings.in
@@ -430,3 +430,6 @@ hideScrollbars initial=false
# Spellchecking is enabled by default for elements that do not specify it explicitly
# using the "spellcheck" attribute.
spellCheckEnabledByDefault initial=true
+
+# Whether download UI should be hidden for the current page content.
+hideDownloadUI initial=false

Powered by Google App Engine
This is Rietveld 408576698