| 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
|
|
|