| 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 65a465ccc94f6859727cf8bd1243066f5274aabe..bf2e6ce391f03e44543b9c17338268cb6cb28e7e 100644
|
| --- a/chrome/test/chromedriver/chrome/adb_impl.h
|
| +++ b/chrome/test/chromedriver/chrome/adb_impl.h
|
| @@ -38,6 +38,8 @@ class AdbImpl : public Adb {
|
| const std::string& package) OVERRIDE;
|
| virtual Status ClearAppData(const std::string& device_serial,
|
| const std::string& package) OVERRIDE;
|
| + virtual Status SetDebugApp(const std::string& device_serial,
|
| + const std::string& package) OVERRIDE;
|
| virtual Status Launch(const std::string& device_serial,
|
| const std::string& package,
|
| const std::string& activity) OVERRIDE;
|
|
|