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

Unified Diff: ui/aura/env.h

Issue 23882007: Explicit initialization of aura::Env for browser shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed unnecessary call Created 7 years, 3 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: ui/aura/env.h
diff --git a/ui/aura/env.h b/ui/aura/env.h
index ad31cd57ac508b039c4cc6e6d65fa4a7ac5e290e..b7b324ab9b98047f57538e896b86dc2ff25d4a17 100644
--- a/ui/aura/env.h
+++ b/ui/aura/env.h
@@ -34,6 +34,7 @@ class AURA_EXPORT Env : public ui::EventTarget {
Env();
virtual ~Env();
+ static void CreateInstance();
static Env* GetInstance();
static void DeleteInstance();

Powered by Google App Engine
This is Rietveld 408576698