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

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

Issue 252593003: Improve UI for unpacked extensions failing to load (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Android fix Created 6 years, 8 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
Index: chrome/browser/extensions/extension_service.h
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index 09a879550c2aa1af9b8f5760e421a1c27c265420..20e50af0539adb80118ff1befd363e9a2c0eb67c 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -348,12 +348,7 @@ class ExtensionService
// 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,
- bool be_noisy);
-
- // Notifies ExtensionSettingsHandler whether or not to retry installation for
- // given |extension_path|.
- void NotifyLoadRetry(bool retry, const base::FilePath& extension_path);
+ const std::string& error);
// ExtensionHost of background page calls this method right after its render
// view has been created.
« no previous file with comments | « chrome/browser/extensions/extension_error_reporter.cc ('k') | chrome/browser/extensions/extension_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698