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

Unified Diff: mojo/public/cpp/environment/lib/environment.cc

Issue 218583009: Adds a way to associate key/value pairs with the environment (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make mojo_service_manager depend on mojo_common_lib Created 6 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 | « mojo/public/cpp/environment/environment.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/environment/lib/environment.cc
diff --git a/mojo/public/cpp/environment/lib/environment.cc b/mojo/public/cpp/environment/lib/environment.cc
index b3148af0b2764ac3e25d517a9209892e8c283bea..07adc06d2b17fc32456e982ec14292f33213b1ae 100644
--- a/mojo/public/cpp/environment/lib/environment.cc
+++ b/mojo/public/cpp/environment/lib/environment.cc
@@ -9,7 +9,7 @@
namespace mojo {
-Environment::Environment() {
+Environment::Environment() : data_(NULL) {
internal::SetUpCurrentBuffer();
RunLoop::SetUp();
}
« no previous file with comments | « mojo/public/cpp/environment/environment.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698