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

Unified Diff: extensions/browser/error_map.h

Issue 1016413004: [Extensions] Update Error Console UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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: extensions/browser/error_map.h
diff --git a/extensions/browser/error_map.h b/extensions/browser/error_map.h
index f0e6b2c4aa942204235de6f78b84ec702328d8ea..d54151e8a0e541f4ab4d905cceab3a70040c98dc 100644
--- a/extensions/browser/error_map.h
+++ b/extensions/browser/error_map.h
@@ -61,7 +61,7 @@ class ErrorMap {
const ExtensionError* AddError(scoped_ptr<ExtensionError> error);
// Removes errors that match the given |filter| from the map.
Dan Beam 2015/03/31 00:33:50 nit: update to include |affected_ids|
Devlin 2015/03/31 16:17:51 Done.
- void RemoveErrors(const Filter& filter);
+ void RemoveErrors(const Filter& filter, std::set<std::string>* affected_ids);
// Remove all errors for all extensions, and clear the map.
void RemoveAllErrors();

Powered by Google App Engine
This is Rietveld 408576698