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

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

Issue 138873003: [chromedriver] Write command line file to both /data/local and /data/local/tmp for Chrome on Androi… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sets debug app Created 6 years, 11 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
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome/adb_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/chrome/adb.h
diff --git a/chrome/test/chromedriver/chrome/adb.h b/chrome/test/chromedriver/chrome/adb.h
index 86432b5d4cdcc4da6643b39b0c72e28f451885bb..47c8b1f56099560075b5b008ae25e08f565a64f5 100644
--- a/chrome/test/chromedriver/chrome/adb.h
+++ b/chrome/test/chromedriver/chrome/adb.h
@@ -26,6 +26,8 @@ class Adb {
const std::string& package) = 0;
virtual Status ClearAppData(const std::string& device_serial,
const std::string& package) = 0;
+ virtual Status SetDebugApp(const std::string& device_serial,
+ const std::string& package) = 0;
virtual Status Launch(const std::string& device_serial,
const std::string& package,
const std::string& activity) = 0;
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome/adb_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698