[Extensions Cleanup] Rename ExtensionErrorReporter
Rename ExtensionErrorReporter to LoadErrorReporter, and move it into
the extensions:: namespace. This is more accurate, since it only handles
extension load errors, rather than generic errors, and also helps
differentiate it from the ErrorConsole.
Bug: 134010
[email protected] (apps)
[email protected] (c/b/ui)
Change-Id: Ie4c398634674c8a041e0b621c331408483d8bb8c
Reviewed-on: https://chromium-review.googlesource.com/820973
Commit-Queue: Devlin <[email protected]>
Reviewed-by: catmullings <[email protected]>
Cr-Commit-Position: refs/heads/master@{#524577}
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index 04f56f2..bd83907 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -555,8 +555,6 @@
"extension_disabled_ui.h",
"extension_error_controller.cc",
"extension_error_controller.h",
- "extension_error_reporter.cc",
- "extension_error_reporter.h",
"extension_error_ui.cc",
"extension_error_ui.h",
"extension_error_ui_default.cc",
@@ -669,6 +667,8 @@
"installed_loader.h",
"launch_util.cc",
"launch_util.h",
+ "load_error_reporter.cc",
+ "load_error_reporter.h",
"menu_manager.cc",
"menu_manager.h",
"menu_manager_factory.cc",