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

Unified Diff: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp

Issue 2672983003: Implements PrintBrowser mode. (Closed)
Patch Set: Created 3 years, 11 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/WebRuntimeFeatures.cpp
diff --git a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
index f57c4bea51d79c75ce31540ca38e95131dd33f31..a47f4d22e4778683196d6b6ab9cc6ec1df4f95ab 100644
--- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
+++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
@@ -290,6 +290,10 @@ void WebRuntimeFeatures::enablePreciseMemoryInfo(bool enable) {
RuntimeEnabledFeatures::setPreciseMemoryInfoEnabled(enable);
}
+void WebRuntimeFeatures::enablePrintBrowser(bool enable) {
+ RuntimeEnabledFeatures::setPrintBrowserEnabled(enable);
+}
+
void WebRuntimeFeatures::enableCredentialManagerAPI(bool enable) {
RuntimeEnabledFeatures::setCredentialManagerEnabled(enable);
}

Powered by Google App Engine
This is Rietveld 408576698