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

Unified Diff: trunk/src/chrome/browser/component_updater/crx_update_item.h

Issue 47303007: Revert 232517 "Component updater on-demand logic with Resource T..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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
Index: trunk/src/chrome/browser/component_updater/crx_update_item.h
===================================================================
--- trunk/src/chrome/browser/component_updater/crx_update_item.h (revision 232536)
+++ trunk/src/chrome/browser/component_updater/crx_update_item.h (working copy)
@@ -9,13 +9,10 @@
#include <vector>
#include "base/basictypes.h"
-#include "base/memory/weak_ptr.h"
#include "base/time/time.h"
#include "base/version.h"
#include "chrome/browser/component_updater/component_updater_service.h"
-class CUResourceThrottle;
-
// This is the one and only per-item state structure. Designed to be hosted
// in a std::vector or a std::list. The two main members are |component|
// which is supplied by the the component updater client and |status| which
@@ -105,8 +102,6 @@
int diff_error_code;
int diff_extra_code1;
- std::vector<base::WeakPtr<CUResourceThrottle> > throttles;
-
CrxUpdateItem();
~CrxUpdateItem();

Powered by Google App Engine
This is Rietveld 408576698