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

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

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.h
diff --git a/chrome/browser/extensions/component_migration_helper.h b/chrome/browser/extensions/component_migration_helper.h
index 4f4ce9eb9cd61ff5469dbc8c6241587c948914e9..66f938ed4a1a7f2603d056981158b9995abea3a8 100644
--- a/chrome/browser/extensions/component_migration_helper.h
+++ b/chrome/browser/extensions/component_migration_helper.h
@@ -124,7 +124,6 @@ class ComponentMigrationHelper : public ExtensionRegistryObserver {
const std::string& component_action_id) const;
std::string GetActionIdForExtensionId(const ExtensionId& extension_id) const;
- Profile* const profile_;
ComponentActionDelegate* const delegate_;
// The ExtensionRegistry, PrefService, and ExtensionSystem, cached for
// convenience.
« no previous file with comments | « chrome/browser/download/download_shelf_context_menu.h ('k') | chrome/browser/extensions/component_migration_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698