~abreu-alexandre/oxide/vibrate

« back to all changes in this revision

Viewing changes to shared/browser/ssl/oxide_certificate_error.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:
48
48
  ~CertificateError();
49
49
 
50
50
  // If the error is from the main frame
51
 
  // XXX: Since Chromium 0d32d6d30fec43e2ad159193c65ace6636537b23, this no
52
 
  //  longer works correctly - it will indicate false for subresources in
53
 
  //  the main frame. Consider this property deprecated
54
51
  bool is_main_frame() const { return is_main_frame_; }
55
52
 
56
53
  // Whether the error is for a subresource of the frame