| Index: third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| index e2517706ebc4ba4157e5ff9338e481076abd8941..e9384ed3b512364cf2724b21f33350446e668814 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| @@ -194,12 +194,6 @@ class CORE_EXPORT InspectorPageAgent final
|
| bool is_regex,
|
| std::unique_ptr<SearchInResourceCallback>);
|
|
|
| - static bool DataContent(const char* data,
|
| - unsigned size,
|
| - const String& text_encoding_name,
|
| - bool with_base64_encode,
|
| - String* result);
|
| -
|
| void PageLayoutInvalidated(bool resized);
|
|
|
| std::unique_ptr<protocol::Page::Frame> BuildObjectForFrame(LocalFrame*);
|
|
|