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

Unified Diff: components/resource_provider/public/cpp/resource_loader.h

Issue 1425853003: mandoline: Fix ICU initialization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't initialize ICU again in the shell. Created 5 years, 1 month 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: components/resource_provider/public/cpp/resource_loader.h
diff --git a/components/resource_provider/public/cpp/resource_loader.h b/components/resource_provider/public/cpp/resource_loader.h
index 2b055aa3ba28275410a7ad8e68dfc8133fc71104..69b50948e640a61a5f2bb5faecb4adb253068412 100644
--- a/components/resource_provider/public/cpp/resource_loader.h
+++ b/components/resource_provider/public/cpp/resource_loader.h
@@ -46,8 +46,6 @@ class ResourceLoader {
// Releases and returns the file wrapping the handle.
base::File ReleaseFile(const std::string& path);
- base::File GetICUFile();
-
bool loaded() const { return loaded_; }
private:
@@ -56,7 +54,6 @@ class ResourceLoader {
// Callback when resources have loaded.
void OnGotResources(const std::vector<std::string>& paths,
mojo::Array<mojo::ScopedHandle> resources);
- void OnGotICU(base::File* file, mojo::ScopedHandle handle);
ResourceProviderPtr resource_provider_;

Powered by Google App Engine
This is Rietveld 408576698