diff options
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 7bd08bd..8f617fd 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -384,6 +384,10 @@ const char kEnableCloudPrintProxy[] = "enable-cloud-print-proxy"; // Enables the Cloud Print dialog hosting code. const char kEnableCloudPrint[] = "enable-cloud-print"; +// Enables compact navigation mode, which removes the toolbar and moves most of +// UI to the tab strip. +const char kEnableCompactNavigation[] = "enable-compact-navigation"; + // Enables compositing to texture instead of display. const char kEnableCompositeToTexture[] = "enable-composite-to-texture"; |