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

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

Issue 2746333002: DevTools: move recurring flag into AsyncTask, control cancelation from embedder only. (Closed)
Patch Set: using _END now Created 3 years, 9 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/InspectorTraceEvents.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
index 5fe45d71a817a97c0a935f85a8bb3d5c975597ba..bf79cae753d63e2cc4bfc8b2f62f4922ec9e13cd 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
@@ -93,7 +93,8 @@ class CORE_EXPORT InspectorTraceEvents : public InspectorAgent {
unsigned long identifier,
const char* data,
int dataLength);
- void didFinishLoading(unsigned long identifier,
+ void didFinishLoading(LocalFrame*,
+ unsigned long identifier,
double monotonicFinishTime,
int64_t encodedDataLength,
int64_t decodedBodyLength);

Powered by Google App Engine
This is Rietveld 408576698