| 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 8198308fd1f45232f1f79a37841497abd27e5c05..887326eada4986fe5c4b1e09664b26df0716726a 100644
|
| --- a/third_party/WebKit/Source/core/page/Page.cpp
|
| +++ b/third_party/WebKit/Source/core/page/Page.cpp
|
| @@ -286,16 +286,6 @@ void Page::setDeviceScaleFactor(float scaleFactor)
|
| deprecatedLocalMainFrame()->deviceScaleFactorChanged();
|
| }
|
|
|
| -void Page::setDeviceColorProfile(const Vector<char>& profile)
|
| -{
|
| - // FIXME: implement.
|
| -}
|
| -
|
| -void Page::resetDeviceColorProfileForTesting()
|
| -{
|
| - RuntimeEnabledFeatures::setImageColorProfilesEnabled(false);
|
| -}
|
| -
|
| void Page::allVisitedStateChanged(bool invalidateVisitedLinkHashes)
|
| {
|
| for (const Page* page : ordinaryPages()) {
|
|
|