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

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

Issue 2799783006: [DevTools] Calculate target type and title once in constructor (Closed)
Patch Set: extensions fix Created 3 years, 8 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/render_frame_devtools_agent_host.h
diff --git a/content/browser/devtools/render_frame_devtools_agent_host.h b/content/browser/devtools/render_frame_devtools_agent_host.h
index ff6bbd85a03fa257e5afbc5dcad74e9fa18498e8..7e6001147fa22b89ce92a62327d64d0be5843d0b 100644
--- a/content/browser/devtools/render_frame_devtools_agent_host.h
+++ b/content/browser/devtools/render_frame_devtools_agent_host.h
@@ -171,6 +171,8 @@ class CONTENT_EXPORT RenderFrameDevToolsAgentHost
#endif
RenderFrameHostImpl* handlers_frame_host_;
bool current_frame_crashed_;
+ std::string title_;
+ std::string type_;
// PlzNavigate

Powered by Google App Engine
This is Rietveld 408576698