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

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

Issue 2375613002: Fix Chromedriver Issue 749
Patch Set: Bug Fix for chromedriver issue 749 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: 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..17528c53b5651b457da645536bebc63885cbab55 100644
--- a/chrome/test/chromedriver/chrome/adb_impl.h
+++ b/chrome/test/chromedriver/chrome/adb_impl.h
@@ -45,6 +45,9 @@ 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;

Powered by Google App Engine
This is Rietveld 408576698