Chromium Code Reviews| Index: third_party/WebKit/Source/core/page/Page.cpp |
| diff --git a/third_party/WebKit/Source/core/page/Page.cpp b/third_party/WebKit/Source/core/page/Page.cpp |
| index 4e2a89a2e20ff22690e5f00de814170cd6d4b0ce..bf0cff639e18992acd900a2d0e98faaf6e638642 100644 |
| --- a/third_party/WebKit/Source/core/page/Page.cpp |
| +++ b/third_party/WebKit/Source/core/page/Page.cpp |
| @@ -295,7 +295,6 @@ void Page::setDeviceColorProfile(const Vector<char>& profile) |
| void Page::resetDeviceColorProfileForTesting() |
|
dcheng
2016/08/09 01:34:30
Drive-by: do we still need this method if it's jus
ccameron
2016/08/09 02:59:21
Nope. And, we can tear out a fairly long tail from
|
| { |
| - RuntimeEnabledFeatures::setImageColorProfilesEnabled(false); |
| } |
| void Page::allVisitedStateChanged(bool invalidateVisitedLinkHashes) |