Index: ui/base/resource/resource_bundle.h |
diff --git a/ui/base/resource/resource_bundle.h b/ui/base/resource/resource_bundle.h |
index b0e9cdb1738bf4fa6df2c116e1929eb90eff3ad4..8fd932ad10d4a82ce95761beafb52cd7ab072dc1 100644 |
--- a/ui/base/resource/resource_bundle.h |
+++ b/ui/base/resource/resource_bundle.h |
@@ -134,14 +134,11 @@ class UI_BASE_EXPORT ResourceBundle { |
// Initialize the ResourceBundle using the given file region. If |region| is |
// MemoryMappedFile::Region::kWholeFile, the entire |pak_file| is used. |
- // |should_load_common_resources| controls whether or not LoadCommonResources |
- // is called. |
// This allows the use of this function in a sandbox without local file |
// access (as on Android). |
static void InitSharedInstanceWithPakFileRegion( |
base::File pak_file, |
- const base::MemoryMappedFile::Region& region, |
- bool should_load_common_resources); |
+ const base::MemoryMappedFile::Region& region); |
// Initialize the ResourceBundle using given data pack path for testing. |
static void InitSharedInstanceWithPakPath(const base::FilePath& path); |