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

Unified Diff: content/browser/devtools/devtools_agent_host_impl.h

Issue 2927983004: [DevTools] Rework RFDTAH navigation tracking with browser side navigation (Closed)
Patch Set: Created 3 years, 6 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: content/browser/devtools/devtools_agent_host_impl.h
diff --git a/content/browser/devtools/devtools_agent_host_impl.h b/content/browser/devtools/devtools_agent_host_impl.h
index bf946bca86f4fdc03cbdb2479a88f913df1b6176..774c925a8d9f0fa5ab56a26d7a197fb52ac73548 100644
--- a/content/browser/devtools/devtools_agent_host_impl.h
+++ b/content/browser/devtools/devtools_agent_host_impl.h
@@ -95,6 +95,7 @@ class DevToolsMessageChunkProcessor {
void set_state_cookie(const std::string& cookie) { state_cookie_ = cookie; }
int last_call_id() const { return last_call_id_; }
bool ProcessChunkedMessageFromAgent(const DevToolsMessageChunk& chunk);
+ void Reset();
private:
SendMessageCallback callback_;

Powered by Google App Engine
This is Rietveld 408576698