| 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()
|
| {
|
| - RuntimeEnabledFeatures::setImageColorProfilesEnabled(false);
|
| }
|
|
|
| void Page::allVisitedStateChanged(bool invalidateVisitedLinkHashes)
|
|
|