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

Unified Diff: ui/aura/env.h

Issue 962393002: Add TestWebContentsFactory to content/public/test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Scott's Created 5 years, 10 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 | « content/test/test_web_contents_factory.cc ('k') | ui/aura/env.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/env.h
diff --git a/ui/aura/env.h b/ui/aura/env.h
index 4ae2d694f0ff67db75c8dd8ec5a5f5d2f65edbea..9b84c3b1cb48a37dc228723935b45685c1c39cf6 100644
--- a/ui/aura/env.h
+++ b/ui/aura/env.h
@@ -37,6 +37,7 @@ class AURA_EXPORT Env : public ui::EventTarget, public base::SupportsUserData {
// nativeviewportservice lives in the same process as the viewmanager.
static void CreateInstance(bool create_event_source);
static Env* GetInstance();
+ static Env* GetInstanceDontCreate();
static void DeleteInstance();
void AddObserver(EnvObserver* observer);
« no previous file with comments | « content/test/test_web_contents_factory.cc ('k') | ui/aura/env.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698