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

Unified Diff: ui/base/ozone/ozone_switches.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_switches.h
diff --git a/ui/base/ozone/ozone_switches.h b/ui/base/ozone/ozone_switches.h
index cb7144f0017aed0d1f02f805698cc70e7f370a5b..f02a2ad10a3c0e9babc68c17dd67d7ef8cbad542 100644
--- a/ui/base/ozone/ozone_switches.h
+++ b/ui/base/ozone/ozone_switches.h
@@ -10,6 +10,8 @@
namespace switches {
+OZONE_EXPORT extern const char kOzonePlatform[];
+
OZONE_EXPORT extern const char kOzoneDumpFile[];
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698