| Index: third_party/WebKit/Source/core/page/ChromeClient.h
|
| diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| index 2dd317128c189d423e385e267db6d1582843407b..0dac28a85e214e8ae2ed2e37b1fcacae877a90c0 100644
|
| --- a/third_party/WebKit/Source/core/page/ChromeClient.h
|
| +++ b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| @@ -207,8 +207,6 @@ class CORE_EXPORT ChromeClient : public PlatformChromeClient {
|
|
|
| bool Print(LocalFrame*);
|
|
|
| - virtual void AnnotatedRegionsChanged() = 0;
|
| -
|
| virtual ColorChooser* OpenColorChooser(LocalFrame*,
|
| ColorChooserClient*,
|
| const Color&) = 0;
|
|
|