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

Unified Diff: third_party/WebKit/Source/web/WebSettingsImpl.h

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/web/WebSettingsImpl.h
diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.h b/third_party/WebKit/Source/web/WebSettingsImpl.h
index e3238e78e83f40230ef44508c72500be86687b6b..a1b69c10edc98f0e4a48a812ea36f94e603cad83 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.h
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
@@ -102,6 +102,7 @@ class WEB_EXPORT WebSettingsImpl final
void setForcePreloadNoneForMediaElements(bool) override;
void setForceZeroLayoutHeight(bool) override;
void setFullscreenSupported(bool) override;
+ void setHideDownloadUI(bool) override;
void setHistoryEntryRequiresUserGesture(bool) override;
void setHyperlinkAuditingEnabled(bool) override;
void setIgnoreMainFrameOverflowHiddenQuirk(bool) override;
« no previous file with comments | « third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp ('k') | third_party/WebKit/Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698