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

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

Issue 292893002: Cleanup from https://codereview.chromium.org/263643005/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months 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 | « no previous file | no next file » | 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 bc058c06621c9104e401d21aefd2eda3e54b6dc8..1e5f5b500b87ef7de8462bd1bc6d5e252ffd91a7 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -342,14 +342,6 @@ class ExtensionService
// Note that this may return NULL if autoupdate is not turned on.
extensions::ExtensionUpdater* updater();
- // Notify the frontend that there was an error loading an extension.
- // This method is public because UnpackedInstaller and InstalledLoader
- // can post to here.
- // TODO(aa): Remove this. It doesn't do enough to be worth the dependency
- // of these classes on ExtensionService.
- void ReportExtensionLoadError(const base::FilePath& extension_path,
- const std::string& error);
-
// ExtensionHost of background page calls this method right after its render
// view has been created.
void DidCreateRenderViewForBackgroundPage(extensions::ExtensionHost* host);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698