| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 01609695a5ab0b525fbb6ad67e4a194046c87d60..3b01315213a176c0df3eadd3f7d2f22cbbe3b0ef 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -386,6 +386,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";
|
|
|
|
|