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

Unified Diff: third_party/WebKit/Source/core/testing/InternalSettings.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/core/testing/InternalSettings.h
diff --git a/third_party/WebKit/Source/core/testing/InternalSettings.h b/third_party/WebKit/Source/core/testing/InternalSettings.h
index ac82a64c4db0dcd71ff4940c1e1719fe92a43a7f..cf44fcddd53521d54f9d0cb9be92dd65f25e08ad 100644
--- a/third_party/WebKit/Source/core/testing/InternalSettings.h
+++ b/third_party/WebKit/Source/core/testing/InternalSettings.h
@@ -125,6 +125,7 @@ class InternalSettings final : public InternalSettingsGenerated,
void setViewportMetaEnabled(bool, ExceptionState&);
void setViewportStyle(const String& preference, ExceptionState&);
void setCompositorWorkerEnabled(bool, ExceptionState&);
+ void setPresentationReceiver(bool, ExceptionState&);
// FIXME: The following are RuntimeEnabledFeatures and likely
// cannot be changed after process start. These setters should
« no previous file with comments | « third_party/WebKit/Source/core/frame/Settings.in ('k') | third_party/WebKit/Source/core/testing/InternalSettings.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698