| Index: ui/base/ui_base_switches.cc
|
| diff --git a/ui/base/ui_base_switches.cc b/ui/base/ui_base_switches.cc
|
| index 603c263894807ccd189f45c7ab36dd54d77f4232..aea6a8084f68a4868f4700ea4f60928ad352649e 100644
|
| --- a/ui/base/ui_base_switches.cc
|
| +++ b/ui/base/ui_base_switches.cc
|
| @@ -76,6 +76,10 @@ const char kTopChromeMDMaterialHybrid[] = "material-hybrid";
|
|
|
| // Classic, non-material, mode for the |kTopChromeMD| switch.
|
| const char kTopChromeMDNonMaterial[] = "non-material";
|
| +
|
| +// Applies the material design mode passed via --top-chrome-md to elements
|
| +// throughout Chrome (not just top Chrome).
|
| +const char kExtendMdToSecondaryUi[] = "secondary-ui-md";
|
| #endif // defined(ENABLE_TOPCHROME_MD)
|
|
|
| } // namespace switches
|
|
|