Chromium Code Reviews| Index: ui/base/ui_base_switches.h |
| diff --git a/ui/base/ui_base_switches.h b/ui/base/ui_base_switches.h |
| index 5a7c20e7d87af546f3687ce7d17326b299f8782b..97c9c73be93493161e6c2933814eb99be23c117a 100644 |
| --- a/ui/base/ui_base_switches.h |
| +++ b/ui/base/ui_base_switches.h |
| @@ -29,6 +29,14 @@ UI_BASE_EXPORT extern const char kEnableLinkDisambiguationPopup[]; |
| UI_BASE_EXPORT extern const char kEnableTouchDragDrop[]; |
| UI_BASE_EXPORT extern const char kEnableTouchEditing[]; |
| UI_BASE_EXPORT extern const char kLang[]; |
| + |
| +#if defined(ENABLE_TOPCHROME_MD) |
| +UI_BASE_EXPORT extern const char kTopChromeMD[]; |
| +UI_BASE_EXPORT extern const char kTopChromeMDMaterial[]; |
| +UI_BASE_EXPORT extern const char kTopChromeMDMaterialHybrid[]; |
| +UI_BASE_EXPORT extern const char kTopChromeMDNonMaterial[]; |
|
Dan Beam
2015/06/24 21:55:10
I'm trying to combine MD-related flags. Why do we
tdanderson
2015/06/25 16:48:48
As discussed offline, this is needed for our use c
Dan Beam
2015/06/25 17:05:35
Yeah, I understand now why you need them. Do you
bruthig
2015/06/25 17:49:49
As is the convention for these switches, the docum
Dan Beam
2015/06/25 18:11:43
you're right and I just probably haven't seen that
|
| +#endif // defind(ENABLE_TOPCHROME_MD) |
| + |
| UI_BASE_EXPORT extern const char kViewerConnect[]; |
| } // namespace switches |