~osomon/oxide/pa-context-app-name

« back to all changes in this revision

Viewing changes to shared/browser/oxide_url_request_delegated_job_factory.cc

  • Committer: Chris Coulson
  • Date: 2015-08-21 15:16:19 UTC
  • mfrom: (640.1.348 canary)
  • Revision ID: chris.coulson@canonical.com-20150821151619-s1nzodx4pb6ai2bx
Bump Chromium rev to 46.0.2486.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
165
165
  static bool initialized = false;
166
166
  static base::hash_set<std::string> blacklisted_protocols;
167
167
 
168
 
  std::string lscheme(base::StringToLowerASCII(scheme));
 
168
  std::string lscheme(base::ToLowerASCII(scheme));
169
169
 
170
170
  if (!initialized) {
171
171
    initialized = true;