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

Unified Diff: remoting/test/chromoting_test_driver_environment.h

Issue 2552863002: Fixing uninitialized variable in CTD EnvironmentOptions struct (Closed)
Patch Set: Created 4 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/test/chromoting_test_driver_environment.h
diff --git a/remoting/test/chromoting_test_driver_environment.h b/remoting/test/chromoting_test_driver_environment.h
index 369a4e7394335c3f2e9268bd0c353e5d4124b3a7..df2cb21e94f8800be85a3ea38e2b309fc517a0d4 100644
--- a/remoting/test/chromoting_test_driver_environment.h
+++ b/remoting/test/chromoting_test_driver_environment.h
@@ -40,7 +40,7 @@ class ChromotingTestDriverEnvironment : public testing::Environment {
std::string host_jid;
std::string pin;
base::FilePath refresh_token_file_path;
- bool use_test_environment;
+ bool use_test_environment = false;
};
explicit ChromotingTestDriverEnvironment(const EnvironmentOptions& options);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698