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

Unified Diff: chrome/browser/extensions/updater/extension_downloader.h

Issue 11085026: Don't group packaged apps in with TYPE_UNKNOWN for update check histograms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | « no previous file | chrome/browser/extensions/updater/extension_downloader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/updater/extension_downloader.h
diff --git a/chrome/browser/extensions/updater/extension_downloader.h b/chrome/browser/extensions/updater/extension_downloader.h
index 628f4b86362f76c683b1135aab861d20e352332a..74058607b3abf95dbf359774a74b5de5ebd09b77 100644
--- a/chrome/browser/extensions/updater/extension_downloader.h
+++ b/chrome/browser/extensions/updater/extension_downloader.h
@@ -85,10 +85,12 @@ class ExtensionDownloader : public net::URLFetcherDelegate {
extension_count(0),
theme_count(0),
app_count(0),
+ platform_app_count(0),
pending_count(0) {}
int no_url_count, google_url_count, other_url_count;
- int extension_count, theme_count, app_count, pending_count;
+ int extension_count, theme_count, app_count, platform_app_count,
+ pending_count;
};
// We need to keep track of some information associated with a url
« no previous file with comments | « no previous file | chrome/browser/extensions/updater/extension_downloader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698