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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "remoting/test/app_remoting_test_driver_environment.h"
6
7 namespace remoting {
8 namespace test {
9
10 void AppRemotingTestDriverEnvironment::PopulateApplicationNames() {
11 // The public version of this method is stubbed out as there isn't a publicly
12 // available test application.
13 }
14
15 void AppRemotingTestDriverEnvironment::PopulateApplicationDetailsMap() {
16 // The public version of this method is stubbed out as there isn't a publicly
17 // available test application.
18 }
19
20 } // namespace test
21 } // namespace remoting
OLDNEW
« 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