| 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
|
|
|