~abreu-alexandre/oxide/vibrate

« back to all changes in this revision

Viewing changes to shared/browser/ssl/oxide_certificate_error_dispatcher.h

  • Committer: Chris Coulson
  • Date: 2015-12-19 00:53:56 UTC
  • Revision ID: chris.coulson@canonical.com-20151219005356-cponv5wlxjpannvd
Fix OxideQCertificateError::isMainFrame to work with Chromium 49

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
  // Entry point from Chromium
48
48
  static void AllowCertificateError(
49
49
      content::WebContents* contents,
 
50
      bool is_main_frame,
50
51
      int cert_error,
51
52
      const net::SSLInfo& ssl_info,
52
53
      const GURL& request_url,