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

Unified Diff: chrome/browser/extensions/installed_loader.h

Issue 959513002: Refactor Extension initialization logic. Add tracing and additional histogram. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: yoz and asvitkine comments 1 Created 5 years, 10 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/browser/extensions/installed_loader.h
diff --git a/chrome/browser/extensions/installed_loader.h b/chrome/browser/extensions/installed_loader.h
index a9b50017490781f189d30efa9ad0505e947555f1..8d8ec7f166e2c6e71bedb26cefb259a5a5705804 100644
--- a/chrome/browser/extensions/installed_loader.h
+++ b/chrome/browser/extensions/installed_loader.h
@@ -30,6 +30,9 @@ class InstalledLoader {
// extension that is already installed.
int GetCreationFlags(const ExtensionInfo* info);
+ // Record metrics related to the loaded extensions.
+ void RecordExtensionsMetrics();
+
ExtensionService* extension_service_;
ExtensionRegistry* extension_registry_;

Powered by Google App Engine
This is Rietveld 408576698