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

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

Issue 2500273003: Presentation API: add settings for presentation.receiver being exposed. (Closed)
Patch Set: update property-access-tests and rebase 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: 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 f11d92da6720c4f7ee06dd042008859c4d2b56a6..77873321c9b734399f83c267c679043c2b680cd5 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 : NON_EXPORTED_BASE(public WebSettings) {
void setForceZeroLayoutHeight(bool) override;
void setFullscreenSupported(bool) override;
void setHideDownloadUI(bool) override;
+ void setPresentationReceiver(bool) override;
void setHistoryEntryRequiresUserGesture(bool) override;
void setHyperlinkAuditingEnabled(bool) override;
void setIgnoreMainFrameOverflowHiddenQuirk(bool) override;
« no previous file with comments | « third_party/WebKit/Source/modules/presentation/Presentation.cpp ('k') | third_party/WebKit/Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698