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

Unified Diff: extensions/common/constants.h

Issue 2574763003: Remove chrome-extension-resource:// scheme (Closed)
Patch Set: Silently strip chrome-extension-resource:// from CSP directives. Created 4 years 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/common/constants.h
diff --git a/extensions/common/constants.h b/extensions/common/constants.h
index e451071b93eb232f4755998636205a9066b25765..4bf94c940e455eeb60ad8e183d66865408edf125 100644
--- a/extensions/common/constants.h
+++ b/extensions/common/constants.h
@@ -13,9 +13,6 @@ namespace extensions {
// Scheme we serve extension content from.
extern const char kExtensionScheme[];
-// Canonical schemes you can use as input to GURL.SchemeIs().
-extern const char kExtensionResourceScheme[];
-
// The name of the manifest inside an extension.
extern const base::FilePath::CharType kManifestFilename[];

Powered by Google App Engine
This is Rietveld 408576698