| Index: chrome/common/extensions/sync_helper.cc
|
| diff --git a/chrome/common/extensions/sync_helper.cc b/chrome/common/extensions/sync_helper.cc
|
| index 9152450ffebaae4951f5c30f4743452a9adbace1..7b594fd23f25f9034751c021b38c5cf090b142aa 100644
|
| --- a/chrome/common/extensions/sync_helper.cc
|
| +++ b/chrome/common/extensions/sync_helper.cc
|
| @@ -71,9 +71,6 @@ bool IsSyncable(const Extension* extension) {
|
| case Manifest::TYPE_UNKNOWN:
|
| case Manifest::TYPE_SHARED_MODULE:
|
| return false;
|
| -
|
| - case Manifest::NUM_LOAD_TYPES:
|
| - NOTREACHED();
|
| }
|
| NOTREACHED();
|
| return false;
|
|
|