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

Unified Diff: chrome/browser/devtools/device/devtools_device_discovery.h

Issue 2833213002: DevTools: retain DTAH in all the targets to match their life time. (Closed)
Patch Set: cast test 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
« no previous file with comments | « chrome/browser/android/tab_android.cc ('k') | chrome/browser/devtools/device/devtools_device_discovery.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/devtools/device/devtools_device_discovery.h
diff --git a/chrome/browser/devtools/device/devtools_device_discovery.h b/chrome/browser/devtools/device/devtools_device_discovery.h
index 7c35548f60ef8af11b0cb6956583d1eac97851ef..6a2e66dc6172e017a147baf053f96134ad82f377 100644
--- a/chrome/browser/devtools/device/devtools_device_discovery.h
+++ b/chrome/browser/devtools/device/devtools_device_discovery.h
@@ -39,6 +39,7 @@ class DevToolsDeviceDiscovery {
std::string browser_id_;
std::string frontend_url_;
std::unique_ptr<base::DictionaryValue> dict_;
+ scoped_refptr<content::DevToolsAgentHost> agent_host_;
DISALLOW_COPY_AND_ASSIGN(RemotePage);
};
« no previous file with comments | « chrome/browser/android/tab_android.cc ('k') | chrome/browser/devtools/device/devtools_device_discovery.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698