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

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

Issue 2737053002: Update ExtensionInstallChecker to use PreloadCheck classes (Closed)
Patch Set: rebase Created 3 years, 9 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 | chrome/browser/extensions/crx_installer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/crx_installer.h
diff --git a/chrome/browser/extensions/crx_installer.h b/chrome/browser/extensions/crx_installer.h
index e16d57cce649cf0ba724140a37bb07512d56e4e6..9f73dd36b434622c3620dcd8116354154c67b15d 100644
--- a/chrome/browser/extensions/crx_installer.h
+++ b/chrome/browser/extensions/crx_installer.h
@@ -243,10 +243,6 @@ class CrxInstaller : public SandboxedUnpackerClient {
// Runs on the UI thread. Callback from ExtensionInstallChecker.
void OnInstallChecksComplete(int failed_checks);
- // Runs on the UI thread. Callback from Blacklist.
- void OnBlacklistChecked(
- extensions::BlacklistState blacklist_state);
-
// Runs on the UI thread. Confirms the installation to the ExtensionService.
void ConfirmInstall();
« no previous file with comments | « no previous file | chrome/browser/extensions/crx_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698