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

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: 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
Index: ui/aura/env.h
diff --git a/ui/aura/env.h b/ui/aura/env.h
index 4ae2d694f0ff67db75c8dd8ec5a5f5d2f65edbea..0b5f2b632d3a355a46a9a0d704dd4740e22d593d 100644
--- a/ui/aura/env.h
+++ b/ui/aura/env.h
@@ -38,6 +38,7 @@ class AURA_EXPORT Env : public ui::EventTarget, public base::SupportsUserData {
static void CreateInstance(bool create_event_source);
static Env* GetInstance();
static void DeleteInstance();
+ static bool HasInstanceForTesting();
sky 2015/02/28 17:30:46 I would rather have a GetInstanceDontCreate type o
Devlin 2015/03/02 17:27:12 Done.
void AddObserver(EnvObserver* observer);
void RemoveObserver(EnvObserver* observer);

Powered by Google App Engine
This is Rietveld 408576698