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

Unified Diff: remoting/test/app_remoting_test_driver_environment_app_details.cc

Issue 1008043003: Adding Test Fixture for initial test cases for the App Remoting Test Driver. Also includes the pub… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing 2nd round of feedback Created 5 years, 9 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 | « remoting/test/app_remoting_test_driver_environment.cc ('k') | remoting/test/remote_application_details.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/test/app_remoting_test_driver_environment_app_details.cc
diff --git a/remoting/test/app_remoting_test_driver_environment_app_details.cc b/remoting/test/app_remoting_test_driver_environment_app_details.cc
new file mode 100644
index 0000000000000000000000000000000000000000..58f12f77b160a8e1cdce10210b239084c6d64c2b
--- /dev/null
+++ b/remoting/test/app_remoting_test_driver_environment_app_details.cc
@@ -0,0 +1,21 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "remoting/test/app_remoting_test_driver_environment.h"
+
+namespace remoting {
+namespace test {
+
+void AppRemotingTestDriverEnvironment::PopulateApplicationNames() {
+ // The public version of this method is stubbed out as there isn't a publicly
+ // available test application.
+}
+
+void AppRemotingTestDriverEnvironment::PopulateApplicationDetailsMap() {
+ // The public version of this method is stubbed out as there isn't a publicly
+ // available test application.
+}
+
+} // namespace test
+} // namespace remoting
« no previous file with comments | « remoting/test/app_remoting_test_driver_environment.cc ('k') | remoting/test/remote_application_details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698