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

Unified Diff: chrome/common/chrome_paths.cc

Issue 2574763003: Remove chrome-extension-resource:// scheme (Closed)
Patch Set: Remove BUILD reference to resources/extension outdir. 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: chrome/common/chrome_paths.cc
diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc
index 4364295ca397cb964222e70072f7100c95536758..3ee31d5056cba0cc6f63a7b9c14b7ddfa50711eb 100644
--- a/chrome/common/chrome_paths.cc
+++ b/chrome/common/chrome_paths.cc
@@ -408,12 +408,6 @@ bool PathProvider(int key, base::FilePath* result) {
#endif
cur = cur.Append(FILE_PATH_LITERAL("resources.pak"));
break;
- case chrome::DIR_RESOURCES_EXTENSION:
- if (!PathService::Get(base::DIR_MODULE, &cur))
- return false;
- cur = cur.Append(FILE_PATH_LITERAL("resources"))
- .Append(FILE_PATH_LITERAL("extension"));
- break;
#if defined(OS_CHROMEOS)
case chrome::DIR_CHROMEOS_WALLPAPERS:
if (!PathService::Get(chrome::DIR_USER_DATA, &cur))

Powered by Google App Engine
This is Rietveld 408576698