Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / test / chromedriver / chrome / device_manager_unittest.cc
index 4894b53..cb12f01 100644 (file)
@@ -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 {