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

Unified Diff: chrome/test/chromedriver/chrome/device_manager_unittest.cc

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 | « chrome/test/chromedriver/chrome/device_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/chrome/device_manager_unittest.cc
diff --git a/chrome/test/chromedriver/chrome/device_manager_unittest.cc b/chrome/test/chromedriver/chrome/device_manager_unittest.cc
index 4894b53ea2390ffdadc57a167e2d64fde00783a1..cb12f010e1be267268c2b7fa9ef460d9376bf896 100644
--- a/chrome/test/chromedriver/chrome/device_manager_unittest.cc
+++ b/chrome/test/chromedriver/chrome/device_manager_unittest.cc
@@ -48,6 +48,11 @@ class FakeAdb : public Adb {
return Status(kOk);
}
+ virtual Status SetDebugApp(const std::string& device_serial,
+ const std::string& package) OVERRIDE {
+ return Status(kOk);
+ }
+
virtual Status Launch(const std::string& device_serial,
const std::string& package,
const std::string& activity) OVERRIDE {
« no previous file with comments | « chrome/test/chromedriver/chrome/device_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698