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

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

Issue 10407105: Improve error messaging of webRequest API in case of conflicts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged with ToT Created 8 years, 3 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 0d461da3e268076475d4ff61f26dfe79db6521bf..257ded55483936e3e5dbe873c79254ea89f5c150 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -620,7 +620,7 @@ class ExtensionService
}
#endif
- ExtensionWarningSet* extension_warnings() {
+ ExtensionWarningService* extension_warnings() {
Aaron Boodman 2012/09/05 08:11:11 Should be a member of ExtensionSystem, not Extensi
battre 2012/09/06 14:25:48 Done.
return &extension_warnings_;
}
@@ -865,7 +865,7 @@ class ExtensionService
extensions::ExtensionSyncBundle extension_sync_bundle_;
// Contains an entry for each warning that shall be currently shown.
- ExtensionWarningSet extension_warnings_;
+ ExtensionWarningService extension_warnings_;
extensions::ProcessMap process_map_;

Powered by Google App Engine
This is Rietveld 408576698