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

Unified Diff: ui/base/ozone/ozone_switches.cc

Issue 44933002: Implement OzonePlatform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add external_ozone_platform_files, external_ozone_platform_deps 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.cc
diff --git a/mojo/shell/switches.cc b/ui/base/ozone/ozone_switches.cc
similarity index 62%
copy from mojo/shell/switches.cc
copy to ui/base/ozone/ozone_switches.cc
index 00356eef7212efc993e803a1a50068ec360e4f05..87dfbca10b840fc80f8e0cd0a6f5a2e65d424b60 100644
--- a/mojo/shell/switches.cc
+++ b/ui/base/ozone/ozone_switches.cc
@@ -2,10 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/shell/switches.h"
+#include "ui/base/ozone/ozone_switches.h"
namespace switches {
-const char kApp[] = "app";
+// Specify location for image dumps.
+const char kOzoneDumpFile[] = "ozone-dump-file";
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698