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

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

Issue 49253005: Fetch extension blacklist states from SafeBrowsing server (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « chrome/browser/extensions/blacklist_unittest.cc ('k') | 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 ce6d2df6c5433d5b2dffe31b288e07d6309be051..7facb81659e1ed0bd12037a9e4361866aaca0510 100644
--- a/chrome/browser/extensions/crx_installer.h
+++ b/chrome/browser/extensions/crx_installer.h
@@ -234,7 +234,7 @@ class CrxInstaller
// Runs on the UI thread. Callback from Blacklist.
void OnBlacklistChecked(
- extensions::Blacklist::BlacklistState blacklist_state);
+ extensions::BlacklistState blacklist_state);
// Runs on the UI thread. Confirms the installation to the ExtensionService.
void ConfirmInstall();
@@ -390,7 +390,7 @@ class CrxInstaller
bool has_requirement_errors_;
- extensions::Blacklist::BlacklistState blacklist_state_;
+ extensions::BlacklistState blacklist_state_;
bool install_wait_for_idle_;
« no previous file with comments | « chrome/browser/extensions/blacklist_unittest.cc ('k') | chrome/browser/extensions/crx_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698