| Index: extensions/browser/updater/extension_downloader.h
|
| diff --git a/extensions/browser/updater/extension_downloader.h b/extensions/browser/updater/extension_downloader.h
|
| index 08b409be76fcdd2cc972c2c10522dc96646bd57a..b73a92c7185956bb5773e86089a1c5c870339ff7 100644
|
| --- a/extensions/browser/updater/extension_downloader.h
|
| +++ b/extensions/browser/updater/extension_downloader.h
|
| @@ -112,10 +112,6 @@ class ExtensionDownloader : public net::URLFetcherDelegate,
|
| ping_enabled_domain_ = domain;
|
| }
|
|
|
| - void set_enable_extra_update_metrics(bool enable) {
|
| - enable_extra_update_metrics_ = enable;
|
| - }
|
| -
|
| // Sets a test delegate to use by any instances of this class. The |delegate|
|
| // should outlive all instances.
|
| static void set_test_delegate(ExtensionDownloaderTestDelegate* delegate);
|
| @@ -330,10 +326,6 @@ class ExtensionDownloader : public net::URLFetcherDelegate,
|
| // to update URLs which match this domain. Defaults to empty (no domain).
|
| std::string ping_enabled_domain_;
|
|
|
| - // Indicates whether or not extra metrics should be included with ping data.
|
| - // Defaults to |false|.
|
| - bool enable_extra_update_metrics_;
|
| -
|
| // Used to create WeakPtrs to |this|.
|
| base::WeakPtrFactory<ExtensionDownloader> weak_ptr_factory_;
|
|
|
|
|