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

Unified Diff: chrome/browser/ui/toolbar/mock_component_toolbar_actions_factory.h

Issue 2678083005: Remove extension-to-component migration mechanism (Closed)
Patch Set: . Created 3 years, 10 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/ui/toolbar/mock_component_toolbar_actions_factory.h
diff --git a/chrome/browser/ui/toolbar/mock_component_toolbar_actions_factory.h b/chrome/browser/ui/toolbar/mock_component_toolbar_actions_factory.h
index bc603373765673263388efc3def5dd936f4ce845..a52f2d68dc23788664cf53ba5ff3ecee526bea85 100644
--- a/chrome/browser/ui/toolbar/mock_component_toolbar_actions_factory.h
+++ b/chrome/browser/ui/toolbar/mock_component_toolbar_actions_factory.h
@@ -27,12 +27,6 @@ class MockComponentToolbarActionsFactory
Browser* browser,
ToolbarActionsBar* bar) override;
- void RegisterComponentMigrations(
- extensions::ComponentMigrationHelper* helper) const override;
-
- void HandleComponentMigrations(extensions::ComponentMigrationHelper* helper,
- Profile* profile) const override;
-
void set_migrated_extension_id(const extensions::ExtensionId& extension_id) {
msw 2017/02/08 02:14:02 nit: remove this and |migrated_extension_id_| if t
takumif 2017/02/08 03:35:41 Done.
migrated_extension_id_ = extension_id;
}

Powered by Google App Engine
This is Rietveld 408576698