Index: chrome/common/extensions/sync_helper.cc |
diff --git a/chrome/common/extensions/sync_helper.cc b/chrome/common/extensions/sync_helper.cc |
index 9c4f0ac13620e892fc1ac9c410f61052e3cf7177..93d8ce4c48b603821d283bfd1f01f1b21d946df5 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; |