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

Unified Diff: chrome/browser/extensions/test_extension_system.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: Store ExtensionWarnings as values in set rather than pointers 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/test_extension_system.h
diff --git a/chrome/browser/extensions/test_extension_system.h b/chrome/browser/extensions/test_extension_system.h
index 92822e00825e7deb493b45550b611f4958006be2..b6550eecd2c6d4ec8eb5ec90eda433d4ee6fdf6b 100644
--- a/chrome/browser/extensions/test_extension_system.h
+++ b/chrome/browser/extensions/test_extension_system.h
@@ -64,6 +64,7 @@ class TestExtensionSystem : public ExtensionSystem {
virtual ApiResourceManager<Socket>* socket_manager() OVERRIDE;
virtual ApiResourceManager<UsbDeviceResource>* usb_device_resource_manager()
OVERRIDE;
+ virtual ExtensionWarningService* warning_service() OVERRIDE;
// Factory method for tests to use with SetTestingProfile.
static ProfileKeyedService* Build(Profile* profile);

Powered by Google App Engine
This is Rietveld 408576698