| Index: chrome/common/extensions/sync_helper.cc
|
| diff --git a/chrome/common/extensions/sync_helper.cc b/chrome/common/extensions/sync_helper.cc
|
| index 86457b88d004a49f1cf7a6eb70521eda92e41aa2..a0b33b35f6aea3f25a8673cf0cf6ea71ea60a34a 100644
|
| --- a/chrome/common/extensions/sync_helper.cc
|
| +++ b/chrome/common/extensions/sync_helper.cc
|
| @@ -67,6 +67,9 @@ SyncType GetSyncType(const Extension* extension) {
|
| case Manifest::TYPE_THEME:
|
| case Manifest::TYPE_SHARED_MODULE:
|
| return SYNC_TYPE_NONE;
|
| +
|
| + case Manifest::NUM_LOAD_TYPES:
|
| + NOTREACHED();
|
| }
|
| NOTREACHED();
|
| return SYNC_TYPE_NONE;
|
|
|