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

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

Issue 299263002: Revert 272472 "Mojo: nuke EnvironmentData" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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
Index: trunk/src/mojo/public/cpp/environment/lib/environment.cc
===================================================================
--- trunk/src/mojo/public/cpp/environment/lib/environment.cc (revision 272588)
+++ trunk/src/mojo/public/cpp/environment/lib/environment.cc (working copy)
@@ -9,7 +9,7 @@
namespace mojo {
-Environment::Environment() {
+Environment::Environment() : data_(NULL) {
internal::SetUpCurrentBuffer();
RunLoop::SetUp();
}
« no previous file with comments | « trunk/src/mojo/public/cpp/environment/environment.h ('k') | trunk/src/mojo/service_manager/service_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698