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

Unified Diff: ui/ozone/ozone_switches.cc

Issue 44933002: Implement OzonePlatform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « ui/ozone/ozone_switches.h ('k') | ui/ozone/platform/dri/ozone_platform_dri.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/ozone/ozone_switches.h ('k') | ui/ozone/platform/dri/ozone_platform_dri.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698