| Index: chrome/app/chrome_dll_main.cc
|
| diff --git a/chrome/app/chrome_dll_main.cc b/chrome/app/chrome_dll_main.cc
|
| index 506a50ce71ebc420defffb90fcd6e68acfb3f08c..487d78161503ee28391314b4df3809b11a5f2b06 100644
|
| --- a/chrome/app/chrome_dll_main.cc
|
| +++ b/chrome/app/chrome_dll_main.cc
|
| @@ -49,6 +49,7 @@
|
| #include "base/string_number_conversions.h"
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| +#include "chrome/browser/defaults.h"
|
| #include "chrome/browser/diagnostics/diagnostics_main.h"
|
| #include "chrome/browser/renderer_host/render_process_host.h"
|
| #include "chrome/browser/platform_util.h"
|
| @@ -572,6 +573,7 @@ int ChromeMain(int argc, char** argv) {
|
| CommandLine* singleton_command_line = CommandLine::ForCurrentProcess();
|
| singleton_command_line->AppendSwitch(switches::kDisableSync);
|
| singleton_command_line->AppendSwitch(switches::kDisableExtensions);
|
| + browser_defaults::bookmarks_enabled = false;
|
| }
|
| #endif
|
|
|
|
|