Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 06f8901de6a8a6c7864eb55ab6509a30067ab813..5250503193f3422b5d07e366a88a863395d05365 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1650,6 +1650,9 @@ const char kWaitForMutex[] = "wait-for-mutex"; |
// Enables overriding the path of file manager extension. |
const char kFileManagerExtensionPath[] = "filemgr-ext-path"; |
+// Enables overriding the path of image loader extension. |
+const char kImageLoaderExtensionPath[] = "image-loader-ext-path"; |
+ |
// Dumps dependency information about our profile services into a dot file in |
// the profile directory. |
const char kDumpProfileDependencyGraph[] = "dump-profile-graph"; |