Chromium Code Reviews| Index: chrome/browser/chrome_browser_main.cc |
| =================================================================== |
| --- chrome/browser/chrome_browser_main.cc (revision 118120) |
| +++ chrome/browser/chrome_browser_main.cc (working copy) |
| @@ -58,7 +58,6 @@ |
| #include "chrome/browser/notifications/desktop_notification_service.h" |
| #include "chrome/browser/notifications/desktop_notification_service_factory.h" |
| #include "chrome/browser/plugin_prefs.h" |
| -#include "chrome/browser/policy/browser_policy_connector.h" |
| #include "chrome/browser/prefs/pref_service.h" |
| #include "chrome/browser/prefs/pref_value_store.h" |
| #include "chrome/browser/prerender/prerender_field_trial.h" |
| @@ -466,7 +465,7 @@ |
| #if defined(OS_MACOSX) |
| OSStatus KeychainCallback(SecKeychainEvent keychain_event, |
| - SecKeychainCallbackInfo *info, void *context) { |
| + SecKeychainCallbackInfo* info, void* context) { |
| return noErr; |
| } |
| #endif |
| @@ -1250,6 +1249,7 @@ |
| // Convert active labs into switches. Modifies the current command line. |
| about_flags::ConvertFlagsToSwitches(local_state_, |
|
Lei Zhang
2012/01/19 00:23:26
We have a circular dependency here, since ConvertF
|
| CommandLine::ForCurrentProcess()); |
| + local_state_->UpdateCommandLinePrefStore(CommandLine::ForCurrentProcess()); |
| // Reset the command line in the crash report details, since we may have |
| // just changed it to include experiments. |