| Index: chrome/browser/ui/app_list/app_list_syncable_service.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_syncable_service.cc b/chrome/browser/ui/app_list/app_list_syncable_service.cc
|
| index 9dd44d63232d59b82f0ad308d705dc9c1af0b1f5..190a951ed0a73bb11409c8ae3e32589d8bf6e6b6 100644
|
| --- a/chrome/browser/ui/app_list/app_list_syncable_service.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_syncable_service.cc
|
| @@ -181,6 +181,7 @@ class AppListSyncableService::ModelObserver : public AppListModelObserver {
|
| : owner_(owner),
|
| adding_item_(NULL) {
|
| DVLOG(2) << owner_ << ": ModelObserver Added";
|
| + DLOG(ERROR) << "syncable service";
|
| owner_->model()->AddObserver(this);
|
| }
|
|
|
|
|