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

Unified Diff: chrome/browser/devtools/device/adb/adb_device_info_query.h

Issue 291893011: DevTools: Stop asking Android devices for installed packages list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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 | « no previous file | chrome/browser/devtools/device/adb/adb_device_info_query.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/devtools/device/adb/adb_device_info_query.h
diff --git a/chrome/browser/devtools/device/adb/adb_device_info_query.h b/chrome/browser/devtools/device/adb/adb_device_info_query.h
index 881859515b67ae1cd38eb87c107975d3bb7357b1..d21017047dc6585685913ffbc20bfb2846e76283 100644
--- a/chrome/browser/devtools/device/adb/adb_device_info_query.h
+++ b/chrome/browser/devtools/device/adb/adb_device_info_query.h
@@ -39,19 +39,14 @@ class AdbDeviceInfoQuery : public base::NonThreadSafe {
void ParseScreenSize(const std::string& str);
- void ReceivedPackages(int result, const std::string& response);
-
- void ReceivedProcesses(const std::string& packages_response,
- int result,
+ void ReceivedProcesses(int result,
const std::string& processes_response);
- void ReceivedSockets(const std::string& packages_response,
- const std::string& processes_response,
+ void ReceivedSockets(const std::string& processes_response,
int result,
const std::string& sockets_response);
- void ParseBrowserInfo(const std::string& packages_response,
- const std::string& processes_response,
+ void ParseBrowserInfo(const std::string& processes_response,
const std::string& sockets_response);
void Respond();
« no previous file with comments | « no previous file | chrome/browser/devtools/device/adb/adb_device_info_query.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698