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

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

Issue 9909019: Add schema chrome-extension-resource:// for extension resources (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix review issues Created 8 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_protocols.h
diff --git a/chrome/browser/extensions/extension_protocols.h b/chrome/browser/extensions/extension_protocols.h
index 67b634ae7eaec7c5391a8843d0146ff1f8964d02..82f6eb035da827a32b080c49ed98cc666aff1ac6 100644
--- a/chrome/browser/extensions/extension_protocols.h
+++ b/chrome/browser/extensions/extension_protocols.h
@@ -15,4 +15,7 @@ net::URLRequestJobFactory::ProtocolHandler* CreateExtensionProtocolHandler(
bool is_incognito,
ExtensionInfoMap* extension_info_map);
+net::URLRequestJobFactory::ProtocolHandler*
+CreateExtensionResourceProtocolHandler();
+
#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_PROTOCOLS_H_

Powered by Google App Engine
This is Rietveld 408576698