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

Unified Diff: content/browser/devtools/protocol/browser_handler.h

Issue 2437633003: [DevTools] Switch remote locations to Target domain. (Closed)
Patch Set: removed dispose 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 | « chrome/browser/devtools/devtools_window.cc ('k') | content/browser/devtools/protocol/browser_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/protocol/browser_handler.h
diff --git a/content/browser/devtools/protocol/browser_handler.h b/content/browser/devtools/protocol/browser_handler.h
index 171e962da4f0c51efdbea6c3cb8301e41e98f02d..92bf1400c56718cb294253add660fc0a2b817ff3 100644
--- a/content/browser/devtools/protocol/browser_handler.h
+++ b/content/browser/devtools/protocol/browser_handler.h
@@ -49,8 +49,6 @@ class BrowserHandler : public DevToolsAgentHostClient {
Response Detach(const std::string& target_id, bool* out_success);
Response SendMessage(const std::string& target_id,
const std::string& message);
- Response SetRemoteLocations(
- const std::vector<std::unique_ptr<base::DictionaryValue>>&);
private:
void DispatchProtocolMessage(DevToolsAgentHost* agent_host,
« no previous file with comments | « chrome/browser/devtools/devtools_window.cc ('k') | content/browser/devtools/protocol/browser_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698