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

Unified Diff: chrome/test/chromedriver/chrome/adb_impl.h

Issue 2375613002: Fix Chromedriver Issue 749
Patch Set: Fix for chromedriver issue 749 Created 4 years, 3 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: chrome/test/chromedriver/chrome/adb_impl.h
diff --git a/chrome/test/chromedriver/chrome/adb_impl.h b/chrome/test/chromedriver/chrome/adb_impl.h
index 5f82dd309328fb66247f14f82bf43410f98f2429..1b71277e2a7f98ac75ff5aa2422ada1b993bcc2c 100644
--- a/chrome/test/chromedriver/chrome/adb_impl.h
+++ b/chrome/test/chromedriver/chrome/adb_impl.h
@@ -45,10 +45,14 @@ class AdbImpl : public Adb {
const std::string& activity) override;
Status ForceStop(const std::string& device_serial,
const std::string& package) override;
+ Status GetDevtoolsRemoteSocket(const std::string& device_serial,
+ const std::string& process_name,
+ std::string* device_socket) override;
Status GetPidByName(const std::string& device_serial,
const std::string& process_name,
int* pid) override;
+
samuong 2016/10/03 18:50:40 don't add a blank line here
Rahul Kavalapara 2016/10/05 08:06:42 Done.
private:
Status ExecuteCommand(const std::string& command,
std::string* response);

Powered by Google App Engine
This is Rietveld 408576698