Chromium Code Reviews

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

Issue 1695018: Adding ExtensionPrefs methods for storing update-when-idle data.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/extensions/extension_updater.h
===================================================================
--- chrome/browser/extensions/extension_updater.h (revision 45592)
+++ chrome/browser/extensions/extension_updater.h (working copy)
@@ -220,9 +220,6 @@
void OnCRXFileWritten(const std::string& id, const FilePath& path,
const GURL& download_url);
- // Callback for when ExtensionsService::Install is finished.
- void OnExtensionInstallFinished(const FilePath& path, Extension* extension);
-
// Verifies downloaded blacklist. Based on the blacklist, calls extension
// service to unload blacklisted extensions and update pref.
void ProcessBlacklist(const std::string& data);
« no previous file with comments | « chrome/browser/extensions/extension_prefs_unittest.cc ('k') | chrome/browser/extensions/extension_updater.cc » ('j') | no next file with comments »

Powered by Google App Engine