Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3687)

Unified Diff: chrome/common/extensions/sync_helper.cc

Issue 2925193002: NOT YET READY: UMA recording the kind of target frame when extensions pierce browsing instance.
Patch Set: Rebasing... Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « chrome/browser/extensions/standard_management_policy_provider.cc ('k') | extensions/common/features/simple_feature.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698