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

Unified Diff: ui/views/widget/desktop_aura/desktop_factory_ozone.h

Issue 2024953007: Make DesktopFactoryOzone instances to respect --ozone-platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make DesktopFactoryOzone instances to respect --ozone-platform Created 4 years, 6 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/views/widget/desktop_aura/desktop_factory_ozone.h
diff --git a/ui/views/widget/desktop_aura/desktop_factory_ozone.h b/ui/views/widget/desktop_aura/desktop_factory_ozone.h
index bb6cbd2d5f5c0ebd060f3d01ee9d951234c41896..b0b592b433f9a14fb33cc6e2eecc72fd1e968f89 100644
--- a/ui/views/widget/desktop_aura/desktop_factory_ozone.h
+++ b/ui/views/widget/desktop_aura/desktop_factory_ozone.h
@@ -31,9 +31,6 @@ class VIEWS_EXPORT DesktopFactoryOzone {
// Returns the instance.
static DesktopFactoryOzone* GetInstance();
- // Sets the implementation delegate. Ownership is retained by the caller.
- static void SetInstance(DesktopFactoryOzone* impl);
-
// Delegates implementation of DesktopWindowTreeHost::Create externally to
// Ozone implementation.
virtual DesktopWindowTreeHost* CreateWindowTreeHost(

Powered by Google App Engine
This is Rietveld 408576698