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

Unified Diff: ui/base/resource/resource_bundle.h

Issue 2980773002: Revert of Deduplicate Monochrome locale .paks (Closed)
Patch Set: Created 3 years, 5 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
« no previous file with comments | « tools/resources/filter_resource_whitelist.py ('k') | ui/base/resource/resource_bundle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/resource/resource_bundle.h
diff --git a/ui/base/resource/resource_bundle.h b/ui/base/resource/resource_bundle.h
index 47112f664940589ffec2b43c92d05018735a342f..d0401d991f1c13c3c506c31a1488bcb34977c4d8 100644
--- a/ui/base/resource/resource_bundle.h
+++ b/ui/base/resource/resource_bundle.h
@@ -151,11 +151,6 @@
// Return the global resource loader instance.
static ResourceBundle& GetSharedInstance();
- // Loads a secondary locale data pack using the given file region.
- void LoadSecondaryLocaleDataWithPakFileRegion(
- base::File pak_file,
- const base::MemoryMappedFile::Region& region);
-
// Check if the .pak for the given locale exists.
bool LocaleDataPakExists(const std::string& locale);
@@ -404,7 +399,6 @@
// Handles for data sources.
std::unique_ptr<ResourceHandle> locale_resources_data_;
- std::unique_ptr<ResourceHandle> secondary_locale_resources_data_;
std::vector<std::unique_ptr<ResourceHandle>> data_packs_;
// The maximum scale factor currently loaded.
« no previous file with comments | « tools/resources/filter_resource_whitelist.py ('k') | ui/base/resource/resource_bundle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698