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

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
Index: chrome/browser/extensions/extension_service.h
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index e9e38b6f13ec800cc187146993b605ab238963cf..d6d09f92c03387c6728fcbd122af8077b416b30e 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -380,7 +380,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.
@@ -642,7 +642,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.

Powered by Google App Engine
This is Rietveld 408576698