Chromium Code Reviews| 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); |