| Index: chrome/browser/profiles/profile_manager.cc
|
| diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc
|
| index b28a8ff39c1cbfb2042c6c017f700a58a68fcb32..1d93b4ef2022cacc920fcec87aaf6ae4b1035546 100644
|
| --- a/chrome/browser/profiles/profile_manager.cc
|
| +++ b/chrome/browser/profiles/profile_manager.cc
|
| @@ -203,10 +203,6 @@ void ProfileSizeTask(const base::FilePath& path, int enabled_app_count) {
|
| size_MB = static_cast<int>(size / kBytesInOneMB);
|
| UMA_HISTOGRAM_COUNTS_10000("Profile.ExtensionSize", size_MB);
|
|
|
| - size = ComputeFilesSize(path, FILE_PATH_LITERAL("Policy"));
|
| - size_MB = static_cast<int>(size / kBytesInOneMB);
|
| - UMA_HISTOGRAM_COUNTS_10000("Profile.PolicySize", size_MB);
|
| -
|
| // Count number of enabled apps in this profile, if we know.
|
| if (enabled_app_count != -1)
|
| UMA_HISTOGRAM_COUNTS_10000("Profile.AppCount", enabled_app_count);
|
|
|