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

Unified Diff: content/public/browser/devtools_manager_delegate.cc

Issue 2397713003: [DevTools] Fix a couple of issues for cross-site RFDTAH, add a test. (Closed)
Patch Set: test fix Created 4 years, 2 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
« no previous file with comments | « content/browser/devtools/site_per_process_devtools_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/devtools_manager_delegate.cc
diff --git a/content/public/browser/devtools_manager_delegate.cc b/content/public/browser/devtools_manager_delegate.cc
index d3a9608fb09c090136833945821099de88a124c2..3e314535ecb4365871c5e4fd43722d0da8f0732d 100644
--- a/content/public/browser/devtools_manager_delegate.cc
+++ b/content/public/browser/devtools_manager_delegate.cc
@@ -15,7 +15,7 @@ void DevToolsManagerDelegate::DevToolsAgentStateChanged(
}
std::string DevToolsManagerDelegate::GetTargetType(RenderFrameHost* host) {
- return DevToolsAgentHost::kTypePage;
+ return std::string();
}
std::string DevToolsManagerDelegate::GetTargetTitle(RenderFrameHost* host) {
« no previous file with comments | « content/browser/devtools/site_per_process_devtools_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698