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

Unified Diff: chrome/common/chrome_paths.h

Issue 9909019: Add schema chrome-extension-resource:// for extension resources (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update 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/common/chrome_paths.h
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
index 09988fc21bcbd40dd1b726cb23f38cd153281d86..a9e7759fd2896fb7f163a0009c1d0c2a04954a6f 100644
--- a/chrome/common/chrome_paths.h
+++ b/chrome/common/chrome_paths.h
@@ -87,6 +87,7 @@ enum {
FILE_LIBAVUTIL, // Full path to libavutil media utility library.
FILE_RESOURCES_PACK, // Full path to the .pak file containing
// binary data (e.g., html files and images
+ DIR_RESOURCES_EXTENSION, // Full path to extensoion resources.
miket_OOO 2012/04/12 18:38:39 typo (extensoion) -- and now that I see your comme
Peng 2012/04/12 20:13:22 Done.
// used by interal pages).
#if defined(OS_CHROMEOS)
FILE_CHROMEOS_API, // Full path to chrome os api shared object.

Powered by Google App Engine
This is Rietveld 408576698