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

Unified Diff: chrome/browser/extensions/extension_service.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/crx_installer.cc ('k') | chrome/browser/extensions/extension_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_service.h
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index 486f996f4ff76eb16bab082da9676a4b6654c410..114e8fa67f19b3a96e64a33aabf258a76230ceca 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -393,7 +393,7 @@ class ExtensionService
const extensions::Extension* extension,
const syncer::StringOrdinal& page_ordinal,
bool has_requirement_errors,
- extensions::Blacklist::BlacklistState blacklist_state,
+ extensions::BlacklistState blacklist_state,
bool wait_for_idle);
// Checks for delayed installation for all pending installs.
@@ -655,7 +655,7 @@ class ExtensionService
void AddNewOrUpdatedExtension(
const extensions::Extension* extension,
extensions::Extension::State initial_state,
- extensions::Blacklist::BlacklistState blacklist_state,
+ extensions::BlacklistState blacklist_state,
const syncer::StringOrdinal& page_ordinal);
// Handles sending notification that |extension| was loaded.
« no previous file with comments | « chrome/browser/extensions/crx_installer.cc ('k') | chrome/browser/extensions/extension_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698