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

Unified Diff: extensions/common/features/simple_feature.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
« no previous file with comments | « chrome/common/extensions/sync_helper.cc ('k') | extensions/common/manifest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/features/simple_feature.cc
diff --git a/extensions/common/features/simple_feature.cc b/extensions/common/features/simple_feature.cc
index bb5aa6a829580c26b8d8902c971a31a2e23029e4..074cbe758cee994c9f00a4810042e624a850d92e 100644
--- a/extensions/common/features/simple_feature.cc
+++ b/extensions/common/features/simple_feature.cc
@@ -73,8 +73,6 @@ std::string GetDisplayName(Manifest::Type type) {
return "user script";
case Manifest::TYPE_SHARED_MODULE:
return "shared module";
- case Manifest::NUM_LOAD_TYPES:
- NOTREACHED();
}
NOTREACHED();
return "";
« no previous file with comments | « chrome/common/extensions/sync_helper.cc ('k') | extensions/common/manifest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698