| 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 ce78a23a97b0cdbac43d06f8ee7ac7473c66071e..401b924351671154f9493ec72862be06d1f4e4e0 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| @@ -199,11 +199,8 @@ 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);
|
| + static KURL UrlWithoutFragment(const KURL&);
|
| + static String FrameId(LocalFrame*);
|
|
|
| void PageLayoutInvalidated(bool resized);
|
|
|
|
|