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

Unified Diff: extensions/common/manifest.h

Issue 299853002: Make installed_loader UMA less wasteful. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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: extensions/common/manifest.h
diff --git a/extensions/common/manifest.h b/extensions/common/manifest.h
index a50e724c5792814e0c4c99962da0e031d1d04638..b6039f62064547c02af0153a779fe7cf0a1f958c 100644
--- a/extensions/common/manifest.h
+++ b/extensions/common/manifest.h
@@ -62,7 +62,8 @@ class Manifest {
// backwards compatibility, we can't remove support for packaged apps
TYPE_LEGACY_PACKAGED_APP,
TYPE_PLATFORM_APP,
- TYPE_SHARED_MODULE
+ TYPE_SHARED_MODULE,
+ NUM_LOAD_TYPES
Devlin 2014/05/21 19:54:09 nit: We should probably include the standard comme
jar (doing other things) 2014/05/21 22:12:45 +1
not at google - send to devlin 2014/05/21 23:17:22 Done.
};
// Given two install sources, return the one which should take priority
« extensions/browser/admin_policy.cc ('K') | « extensions/common/features/simple_feature.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698