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

Unified Diff: extensions/browser/api/management/management_api_delegate.h

Issue 2783813002: Move ChromeRequirementsChecker to //extensions as a PreloadCheck (Closed)
Patch Set: rebase? Created 3 years, 8 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 | « extensions/browser/api/management/management_api.cc ('k') | extensions/browser/preload_check.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/management/management_api_delegate.h
diff --git a/extensions/browser/api/management/management_api_delegate.h b/extensions/browser/api/management/management_api_delegate.h
index b2219073e82d625072f41dc6e8092ee331920548..7a0e461c3fed0834191fa063c94c115f3d0c9799 100644
--- a/extensions/browser/api/management/management_api_delegate.h
+++ b/extensions/browser/api/management/management_api_delegate.h
@@ -25,7 +25,6 @@ class ManagementCreateAppShortcutFunction;
class ManagementGenerateAppForLinkFunction;
class ManagementGetPermissionWarningsByManifestFunction;
class ManagementUninstallFunctionBase;
-class RequirementsChecker;
// Manages the lifetime of the install prompt.
class InstallPromptDelegate {
@@ -83,10 +82,6 @@ class ManagementAPIDelegate {
const Extension* extension,
const base::Callback<void(bool)>& callback) const = 0;
- // Returns a new RequirementsChecker.
- virtual std::unique_ptr<RequirementsChecker> CreateRequirementsChecker()
- const = 0;
-
// Enables the extension identified by |extension_id|.
virtual void EnableExtension(content::BrowserContext* context,
const std::string& extension_id) const = 0;
« no previous file with comments | « extensions/browser/api/management/management_api.cc ('k') | extensions/browser/preload_check.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698