| 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);
|
| }
|
|
|