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

Unified Diff: components/update_client/component.h

Issue 2883383002: Remove dead code from update_client::Component. (Closed)
Patch Set: Created 3 years, 7 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 | components/update_client/component.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/component.h
diff --git a/components/update_client/component.h b/components/update_client/component.h
index 99ce74b6a879d5e6e0425fc7274e8f654d198e90..c5cdd4cedc7285bd676402a0f26ac1e5c014cce8 100644
--- a/components/update_client/component.h
+++ b/components/update_client/component.h
@@ -24,14 +24,10 @@
#include "components/update_client/update_response.h"
#include "url/gurl.h"
-namespace base {
-class SingleThreadTaskRunner;
-}
namespace update_client {
struct CrxUpdateItem;
-class ComponentUnpacker;
struct UpdateContext;
// Describes a CRX component managed by the UpdateEngine. Each |Component| is
@@ -320,14 +316,6 @@ class Component {
void InstallComplete(int error_category, int error_code, int extra_code1);
- // Posts replies back to the main thread.
- scoped_refptr<base::SingleThreadTaskRunner> main_task_runner_;
-
- // Unpacks one CRX.
- scoped_refptr<ComponentUnpacker> unpacker_;
-
- base::FilePath unpack_path_;
-
DISALLOW_COPY_AND_ASSIGN(StateUpdating);
};
« no previous file with comments | « no previous file | components/update_client/component.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698