Index: ui/ozone/ozone_switches.cc |
diff --git a/mojo/shell/switches.cc b/ui/ozone/ozone_switches.cc |
similarity index 63% |
copy from mojo/shell/switches.cc |
copy to ui/ozone/ozone_switches.cc |
index 00356eef7212efc993e803a1a50068ec360e4f05..bd30dee960a0bc0cbabbb2e8ff6d812704e4dadc 100644 |
--- a/mojo/shell/switches.cc |
+++ b/ui/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/ozone/ozone_switches.h" |
namespace switches { |
-const char kApp[] = "app"; |
+// Specify location for image dumps. |
+const char kOzoneDumpFile[] = "ozone-dump-file"; |
} // namespace switches |