| Index: components/sync/driver/startup_controller.cc
|
| diff --git a/components/sync/driver/startup_controller.cc b/components/sync/driver/startup_controller.cc
|
| index da29244c6ad372357e68b3302bc3bf676316bdb6..5afac2be706857375134e63d8ed79a0057e75904 100644
|
| --- a/components/sync/driver/startup_controller.cc
|
| +++ b/components/sync/driver/startup_controller.cc
|
| @@ -87,6 +87,8 @@ bool StartupController::StartUp(StartUpDeferredOption deferred_option) {
|
| if (first_start)
|
| start_up_time_ = base::Time::Now();
|
|
|
| + LOG(ERROR) << "@@@ StartupController::StartUp " << deferred_option;
|
| +
|
| if (deferred_option == STARTUP_BACKEND_DEFERRED &&
|
| !base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kSyncDisableDeferredStartup) &&
|
| @@ -104,6 +106,7 @@ bool StartupController::StartUp(StartUpDeferredOption deferred_option) {
|
|
|
| if (start_backend_time_.is_null()) {
|
| start_backend_time_ = base::Time::Now();
|
| + LOG(ERROR) << "@@@@ DO IT NOW!";
|
| start_backend_.Run();
|
| }
|
|
|
|
|