| Index: chrome/browser/extensions/installed_loader.cc
|
| diff --git a/chrome/browser/extensions/installed_loader.cc b/chrome/browser/extensions/installed_loader.cc
|
| index 49fc5277bf5d20e7673da83485f7a8b13de915e2..363c7d3d8e31ca58070080fca7cc73485e676b4b 100644
|
| --- a/chrome/browser/extensions/installed_loader.cc
|
| +++ b/chrome/browser/extensions/installed_loader.cc
|
| @@ -545,7 +545,9 @@ void InstalledLoader::LoadAllExtensions() {
|
| extension_external_count);
|
| UMA_HISTOGRAM_COUNTS_100("Extensions.LoadUserScript", user_script_count);
|
| UMA_HISTOGRAM_COUNTS_100("Extensions.LoadTheme", theme_count);
|
| - UMA_HISTOGRAM_COUNTS_100("Extensions.LoadPageAction", page_action_count);
|
| + // Histogram name different for legacy reasons.
|
| + UMA_HISTOGRAM_COUNTS_100("PageActionController.ExtensionsWithPageActions",
|
| + page_action_count);
|
| UMA_HISTOGRAM_COUNTS_100("Extensions.LoadBrowserAction",
|
| browser_action_count);
|
| UMA_HISTOGRAM_COUNTS_100("Extensions.LoadContentPack", content_pack_count);
|
|
|