Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1499)

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorPageAgent.h

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Exclude certain files from jumbo because of a Windows problem Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 925964c64ee301ae49308582c46a65ec45d5e734..8622f266949b76d58aa8b4a3e8d40d56f3f0aeac 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
@@ -201,11 +201,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);
« no previous file with comments | « third_party/WebKit/Source/core/inspector/BUILD.gn ('k') | third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698