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

Unified Diff: chrome/browser/extensions/unpacked_installer.cc

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
Index: chrome/browser/extensions/unpacked_installer.cc
diff --git a/chrome/browser/extensions/unpacked_installer.cc b/chrome/browser/extensions/unpacked_installer.cc
index eaad27e46f984f97f0baa5e26aa036ae446fda2b..956281534260d91b39d4cb3e0ec163927f1b4f87 100644
--- a/chrome/browser/extensions/unpacked_installer.cc
+++ b/chrome/browser/extensions/unpacked_installer.cc
@@ -296,7 +296,7 @@ void UnpackedInstaller::ConfirmInstall() {
installer_.extension().get(),
syncer::StringOrdinal(),
false /* no requirement errors */,
- Blacklist::NOT_BLACKLISTED,
+ NOT_BLACKLISTED,
false /* don't wait for idle */);
}
« no previous file with comments | « chrome/browser/extensions/test_blacklist_state_fetcher.cc ('k') | chrome/browser/safe_browsing/safe_browsing_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698