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

Unified Diff: chrome/test/chromedriver/chrome/adb.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.h
diff --git a/chrome/test/chromedriver/chrome/adb.h b/chrome/test/chromedriver/chrome/adb.h
index 47c8b1f56099560075b5b008ae25e08f565a64f5..047ef285fd4af440b19ccb449c7644cd673ca5b3 100644
--- a/chrome/test/chromedriver/chrome/adb.h
+++ b/chrome/test/chromedriver/chrome/adb.h
@@ -33,6 +33,9 @@ class Adb {
const std::string& activity) = 0;
virtual Status ForceStop(const std::string& device_serial,
const std::string& package) = 0;
+ virtual Status GetDevtoolsRemoteSocket(const std::string& device_serial,
+ const std::string& process_name,
+ std::string* device_socket) = 0;
virtual Status GetPidByName(const std::string& device_serial,
const std::string& process_name,
int* pid) = 0;

Powered by Google App Engine
This is Rietveld 408576698