| Index: ui/views/views_switches.cc
|
| diff --git a/ui/views/views_switches.cc b/ui/views/views_switches.cc
|
| index 1735391c1489bede92726d26eb1484359af58651..7eef95588143bce919edb3f1af7e5819ba5ac425 100644
|
| --- a/ui/views/views_switches.cc
|
| +++ b/ui/views/views_switches.cc
|
| @@ -7,9 +7,6 @@
|
| namespace views {
|
| namespace switches {
|
|
|
| -// Run in desktop mode using the aura framework.
|
| -const char kDesktopAura[] = "desktop-aura";
|
| -
|
| // Use the native system frame when applicable.
|
| const char kEnableNativeFrame[] = "enable-native-frame";
|
|
|
|
|