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

Unified Diff: Source/WebKit/chromium/public/WebRuntimeFeatures.h

Issue 11519009: Merge 136785 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years 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: Source/WebKit/chromium/public/WebRuntimeFeatures.h
===================================================================
--- Source/WebKit/chromium/public/WebRuntimeFeatures.h (revision 137209)
+++ Source/WebKit/chromium/public/WebRuntimeFeatures.h (working copy)
@@ -159,6 +159,10 @@
WEBKIT_EXPORT static void enableCSSExclusions(bool);
WEBKIT_EXPORT static bool isCSSExclusionsEnabled();
+
+ WEBKIT_EXPORT static void enableWebIntents(bool);
+ WEBKIT_EXPORT static bool isWebIntentsEnabled();
+
private:
WebRuntimeFeatures();
};
« no previous file with comments | « Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp ('k') | Source/WebKit/chromium/src/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698