| Index: chrome/common/chrome_switches.cc
 | 
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
 | 
| index 31e3ae3193bb9348d68ca357022a088f6fbd4668..ad82c6f169886f4f3f749b8ce18b35abbe815118 100644
 | 
| --- a/chrome/common/chrome_switches.cc
 | 
| +++ b/chrome/common/chrome_switches.cc
 | 
| @@ -301,6 +301,9 @@ const char kEnableTabbedBookmarkManager[]   = "enable-tabbed-bookmark-manager";
 | 
|  // enabled or not.
 | 
|  const char kEnableUserDataDirProfiles[]     = "enable-udd-profiles";
 | 
|  
 | 
| +// Enable user style sheet (read from User Style Sheet in the profile dir).
 | 
| +const char kEnableUserStyleSheet[]          = "enable-user-stylesheet";
 | 
| +
 | 
|  // Enables the option to show tabs as a vertical stack down the side of the
 | 
|  // browser window.
 | 
|  const char kEnableVerticalTabs[]            = "enable-vertical-tabs";
 | 
| 
 |