| Index: third_party/WebKit/Source/core/page/Page.h
|
| diff --git a/third_party/WebKit/Source/core/page/Page.h b/third_party/WebKit/Source/core/page/Page.h
|
| index a54f9c9040d7d16e02be0ae60bdd81a750105c64..99eee3cf1bb74a7350daaef850e6a963ec7a2d2e 100644
|
| --- a/third_party/WebKit/Source/core/page/Page.h
|
| +++ b/third_party/WebKit/Source/core/page/Page.h
|
| @@ -173,8 +173,6 @@ public:
|
|
|
| float deviceScaleFactor() const { return m_deviceScaleFactor; }
|
| void setDeviceScaleFactor(float);
|
| - void setDeviceColorProfile(const Vector<char>&);
|
| - void resetDeviceColorProfileForTesting();
|
|
|
| static void allVisitedStateChanged(bool invalidateVisitedLinkHashes);
|
| static void visitedStateChanged(LinkHash visitedHash);
|
|
|