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

Unified Diff: chrome/browser/extensions/component_migration_helper.cc

Issue 1997453003: Fix "unused variable" warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move changes in and out to fix compile Created 4 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
Index: chrome/browser/extensions/component_migration_helper.cc
diff --git a/chrome/browser/extensions/component_migration_helper.cc b/chrome/browser/extensions/component_migration_helper.cc
index 2afc96f6038210c1428be6ee7062672ea3a82812..3a3c1a3ef3190cc7b6d6057c893c00aed843f263 100644
--- a/chrome/browser/extensions/component_migration_helper.cc
+++ b/chrome/browser/extensions/component_migration_helper.cc
@@ -22,8 +22,7 @@ namespace extensions {
ComponentMigrationHelper::ComponentMigrationHelper(
Profile* profile,
ComponentActionDelegate* delegate)
- : profile_(profile),
- delegate_(delegate),
+ : delegate_(delegate),
extension_registry_(ExtensionRegistry::Get(profile)),
pref_service_(profile->GetPrefs()),
extension_system_(ExtensionSystem::Get(profile)),
« no previous file with comments | « chrome/browser/extensions/component_migration_helper.h ('k') | chrome/browser/extensions/extension_action_icon_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698