summaryrefslogtreecommitdiffstats
path: root/remoting/test/app_remoting_test_driver_environment.cc
diff options
context:
space:
mode:
authorjoedow <joedow@chromium.org>2015-08-25 09:47:39 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-25 16:48:14 +0000
commit28c0f5792e95b8ef241f6b05a03677615f98f572 (patch)
treed1db801af7cbf70c740ac787dd0d196662402400 /remoting/test/app_remoting_test_driver_environment.cc
parentf0d3f1086f14baddc8914d3683125c65c4eed82c (diff)
downloadchromium_src-28c0f5792e95b8ef241f6b05a03677615f98f572.zip
chromium_src-28c0f5792e95b8ef241f6b05a03677615f98f572.tar.gz
chromium_src-28c0f5792e95b8ef241f6b05a03677615f98f572.tar.bz2
Removing circular dependency from App Remoting Test Driver code.
BUG=510887 Review URL: https://codereview.chromium.org/1312473005 Cr-Commit-Position: refs/heads/master@{#345351}
Diffstat (limited to 'remoting/test/app_remoting_test_driver_environment.cc')
-rw-r--r--remoting/test/app_remoting_test_driver_environment.cc12
1 files changed, 3 insertions, 9 deletions
diff --git a/remoting/test/app_remoting_test_driver_environment.cc b/remoting/test/app_remoting_test_driver_environment.cc
index 11ac991..9e8b2f5 100644
--- a/remoting/test/app_remoting_test_driver_environment.cc
+++ b/remoting/test/app_remoting_test_driver_environment.cc
@@ -27,11 +27,9 @@ AppRemotingTestDriverEnvironment* AppRemotingSharedData;
AppRemotingTestDriverEnvironment::EnvironmentOptions::EnvironmentOptions()
: refresh_token_file_path(base::FilePath()),
service_environment(kUnknownEnvironment),
- release_hosts_when_done(false) {
-}
+ release_hosts_when_done(false) {}
-AppRemotingTestDriverEnvironment::EnvironmentOptions::~EnvironmentOptions() {
-}
+AppRemotingTestDriverEnvironment::EnvironmentOptions::~EnvironmentOptions() {}
AppRemotingTestDriverEnvironment::AppRemotingTestDriverEnvironment(
const EnvironmentOptions& options)
@@ -45,13 +43,9 @@ AppRemotingTestDriverEnvironment::AppRemotingTestDriverEnvironment(
test_remote_host_info_fetcher_(nullptr) {
DCHECK(!user_name_.empty());
DCHECK(service_environment_ < kUnknownEnvironment);
-
- PopulateApplicationNames();
- PopulateApplicationDetailsMap();
}
-AppRemotingTestDriverEnvironment::~AppRemotingTestDriverEnvironment() {
-}
+AppRemotingTestDriverEnvironment::~AppRemotingTestDriverEnvironment() {}
bool AppRemotingTestDriverEnvironment::Initialize(
const std::string& auth_code) {