| Index: third_party/WebKit/Source/core/testing/InternalSettings.h
|
| diff --git a/third_party/WebKit/Source/core/testing/InternalSettings.h b/third_party/WebKit/Source/core/testing/InternalSettings.h
|
| index 7245d6ca1ff172123902bb31d718902eec2d0c9f..1fd0e413889ccb3d99260dfa915030e542e279c5 100644
|
| --- a/third_party/WebKit/Source/core/testing/InternalSettings.h
|
| +++ b/third_party/WebKit/Source/core/testing/InternalSettings.h
|
| @@ -70,7 +70,6 @@ public:
|
| bool m_imagesEnabled;
|
| String m_defaultVideoPosterURL;
|
| bool m_originalLayerSquashingEnabled;
|
| - bool m_originalImageColorProfilesEnabled;
|
| ImageAnimationPolicy m_originalImageAnimationPolicy;
|
| bool m_originalScrollTopLeftInteropEnabled;
|
| bool m_originalCompositorWorkerEnabled;
|
| @@ -116,7 +115,6 @@ public:
|
| void setLangAttributeAwareFormControlUIEnabled(bool);
|
| void setOverlayScrollbarsEnabled(bool);
|
| void setExperimentalContentSecurityPolicyFeaturesEnabled(bool);
|
| - void setImageColorProfilesEnabled(bool);
|
| void setImageAnimationPolicy(const String&, ExceptionState&);
|
| void setScrollTopLeftInteropEnabled(bool);
|
| void setLinkHeaderEnabled(bool);
|
|
|