Chromium Code Reviews| Index: chrome/app/chrome_dll_main.cc |
| =================================================================== |
| --- chrome/app/chrome_dll_main.cc (revision 56008) |
| +++ chrome/app/chrome_dll_main.cc (working copy) |
| @@ -572,6 +572,7 @@ |
| CommandLine* singleton_command_line = CommandLine::ForCurrentProcess(); |
| singleton_command_line->AppendSwitch(switches::kDisableSync); |
| singleton_command_line->AppendSwitch(switches::kDisableExtensions); |
| + singleton_command_line->AppendSwitch(switches::kDisableBookmarks); |
|
sky
2010/08/17 17:58:39
How come we're modifying the command line switches
Dmitry Polukhin
2010/08/18 08:37:51
As far as I understand we need to modify switches
|
| } |
| #endif |