| Index: chrome/browser/ui/webui/sync_setup_handler.cc
|
| diff --git a/chrome/browser/ui/webui/sync_setup_handler.cc b/chrome/browser/ui/webui/sync_setup_handler.cc
|
| index 80e4c9ca848f4d036489f5f17cbcddc97dad5216..738c809631f504464b24010372e9c3a476a0de3e 100644
|
| --- a/chrome/browser/ui/webui/sync_setup_handler.cc
|
| +++ b/chrome/browser/ui/webui/sync_setup_handler.cc
|
| @@ -95,7 +95,7 @@ const char* kDataTypeNames[] = {
|
| "tabs"
|
| };
|
|
|
| -COMPILE_ASSERT(29 == syncer::MODEL_TYPE_COUNT,
|
| +COMPILE_ASSERT(30 == syncer::MODEL_TYPE_COUNT,
|
| update_kDataTypeNames_to_match_UserSelectableTypes);
|
|
|
| typedef std::map<syncer::ModelType, const char*> ModelTypeNameMap;
|
| @@ -751,7 +751,7 @@ void SyncSetupHandler::HandleShowSetupUI(const ListValue* args) {
|
| // On ChromeOS, we need to sign out the user session to fix an auth error, so
|
| // the user goes through the real signin flow to generate a new auth token.
|
| void SyncSetupHandler::HandleDoSignOutOnAuthError(const ListValue* args) {
|
| - DLOG(INFO) << "Signing out the user to fix a sync error.";
|
| + DLOG(WARNING) << "Signing out the user to fix a sync error.";
|
| chrome::AttemptUserExit();
|
| }
|
| #endif
|
|
|