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

Unified Diff: content/shell/shell_main_delegate.cc

Issue 10686005: Add methods to add DataPack from open files (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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 | « chrome_frame/simple_resource_loader.cc ('k') | content/test/test_content_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell_main_delegate.cc
diff --git a/content/shell/shell_main_delegate.cc b/content/shell/shell_main_delegate.cc
index 520cfe98a2e82baad0391cc415d1d66e7b5cb0f8..afcbebf4fa6b8ce573256ab3f31e6ffb1f2d751c 100644
--- a/content/shell/shell_main_delegate.cc
+++ b/content/shell/shell_main_delegate.cc
@@ -104,7 +104,7 @@ void ShellMainDelegate::InitializeResourceBundle() {
pak_file = pak_dir.Append(FILE_PATH_LITERAL("content_shell.pak"));
#endif
- ui::ResourceBundle::InitSharedInstanceWithPakFile(pak_file);
+ ui::ResourceBundle::InitSharedInstanceWithPakPath(pak_file);
}
content::ContentBrowserClient* ShellMainDelegate::CreateContentBrowserClient() {
« no previous file with comments | « chrome_frame/simple_resource_loader.cc ('k') | content/test/test_content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698