| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 9fc7528cc0c6b0b71e43a6bd964368f7cc89b267..38abe04f4eaceedbb9c032f41f303236f0abd050 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1067,6 +1067,9 @@ const char kTestType[] = "test-type";
|
| // channel with the given ID.
|
| const char kTestingChannelID[] = "testing-channel";
|
|
|
| +// Enables UI changes that make it easier to use with a touchscreen.
|
| +const char kTouchOptimizedUI[] = "touch-optimized-ui";
|
| +
|
| // Experimental. Shows a dialog asking the user to try chrome. This flag is to
|
| // be used only by the upgrade process.
|
| const char kTryChromeAgain[] = "try-chrome-again";
|
|
|