~abreu-alexandre/oxide/add-ua-to-downloadrequested

« back to all changes in this revision

Viewing changes to shared/app/oxide_content_main_delegate.cc

  • Committer: Chris Coulson
  • Date: 2014-08-19 09:43:28 UTC
  • mfrom: (640.1.51 canary)
  • Revision ID: chris.coulson@canonical.com-20140819094328-rglm6lnnoikpgs3r
Bump Chromium rev to 38.0.2125.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
}
63
63
 
64
64
void ContentMainDelegate::PreSandboxStartup() {
65
 
  ui::ResourceBundle::InitSharedInstanceLocaleOnly(std::string(), NULL);
 
65
  ui::ResourceBundle::InitSharedInstanceWithLocale(
 
66
      std::string(), NULL,
 
67
      ui::ResourceBundle::DO_NOT_LOAD_COMMON_RESOURCES);
66
68
 
67
69
  base::FilePath dir_exe;
68
70
  PathService::Get(base::DIR_EXE, &dir_exe);