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

Unified Diff: chrome/browser/metrics/chrome_metrics_service_accessor.h

Issue 465543004: Factor Chrome details out of update manifest fetching. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « chrome/browser/extensions/updater/safe_manifest_parser.h ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/chrome_metrics_service_accessor.h
diff --git a/chrome/browser/metrics/chrome_metrics_service_accessor.h b/chrome/browser/metrics/chrome_metrics_service_accessor.h
index 37b02853bc221091c3fff69856456d1adb5749f1..534cbf8f99c1a045244669e9b79f03217b71b67b 100644
--- a/chrome/browser/metrics/chrome_metrics_service_accessor.h
+++ b/chrome/browser/metrics/chrome_metrics_service_accessor.h
@@ -13,6 +13,7 @@
#include "chrome/browser/metrics/metrics_service_accessor.h"
class ChromeBrowserMetricsServiceObserver;
+class ExtensionService;
Ilya Sherman 2014/08/13 08:20:52 Hmm, why is this forward-declaration needed?
class Profile;
namespace {
@@ -41,11 +42,10 @@ class ChromeMetricsServiceAccessor : public MetricsServiceAccessor {
private:
friend bool prerender::IsOmniboxEnabled(Profile* profile);
friend class ::ChromeBrowserMetricsServiceObserver;
+ friend class ChromeExtensionDownloaderFactory;
friend class ChromeRenderMessageFilter;
friend class ::CrashesDOMHandler;
friend class DataReductionProxyChromeSettings;
- friend class extensions::ExtensionDownloader;
- friend class extensions::ManifestFetchData;
friend class extensions::MetricsPrivateGetIsCrashReportingEnabledFunction;
friend class ::FlashDOMHandler;
friend class system_logs::ChromeInternalLogSource;
« no previous file with comments | « chrome/browser/extensions/updater/safe_manifest_parser.h ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698