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

Unified Diff: content/browser/devtools/protocol/target_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
Index: content/browser/devtools/protocol/target_handler.h
diff --git a/content/browser/devtools/protocol/target_handler.h b/content/browser/devtools/protocol/target_handler.h
index 8c79d14164e0456c1bf239241e80c54f5db3bf38..3c719a14c7decd23587ab881f144a86d978c481d 100644
--- a/content/browser/devtools/protocol/target_handler.h
+++ b/content/browser/devtools/protocol/target_handler.h
@@ -40,6 +40,8 @@ class TargetHandler : public DevToolsAgentHostClient,
Response SetDiscoverTargets(bool discover);
Response SetAutoAttach(bool auto_attach, bool wait_for_debugger_on_start);
Response SetAttachToFrames(bool value);
+ Response SetRemoteLocations(
+ const std::vector<std::unique_ptr<base::DictionaryValue>>&);
Response AttachToTarget(const std::string& target_id, bool* out_success);
Response DetachFromTarget(const std::string& target_id);
Response SendMessageToTarget(const std::string& target_id,
« no previous file with comments | « content/browser/devtools/protocol/browser_handler.cc ('k') | content/browser/devtools/protocol/target_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698