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

Unified Diff: ui/base/ozone/ozone_platform.h

Issue 44053005: Implement --ozone-platform flag to select OzonePlatform implementation at runtime (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove obsolete CreateDefaultOzonePlatform() prototype Created 7 years, 2 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/base/ozone/ozone_platform.h
diff --git a/ui/base/ozone/ozone_platform.h b/ui/base/ozone/ozone_platform.h
index a14f11d205a8a9bf6e9309a8065c864216bdf221..f095c724b484aa522121c8e129d786a2fad9c176 100644
--- a/ui/base/ozone/ozone_platform.h
+++ b/ui/base/ozone/ozone_platform.h
@@ -47,9 +47,6 @@ class OZONE_EXPORT OzonePlatform {
DISALLOW_COPY_AND_ASSIGN(OzonePlatform);
};
-// Hook to be provided by the built-in default implementation.
-OzonePlatform* CreateDefaultOzonePlatform();
-
} // namespace ui
#endif // UI_OZONE_OZONE_PLATFORM_H_

Powered by Google App Engine
This is Rietveld 408576698