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

Unified Diff: chrome/browser/ssl/ssl_blocking_page.h

Issue 336273002: Suggest upgrading to SP3 or later for invalid certificate errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes Created 6 years, 6 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
Index: chrome/browser/ssl/ssl_blocking_page.h
diff --git a/chrome/browser/ssl/ssl_blocking_page.h b/chrome/browser/ssl/ssl_blocking_page.h
index 605115854af52bd05e0c62adbebd1dbd44160c1d..b56d598e3398dd84dc983ea0e21c282bc882dff3 100644
--- a/chrome/browser/ssl/ssl_blocking_page.h
+++ b/chrome/browser/ssl/ssl_blocking_page.h
@@ -14,6 +14,7 @@
#include "chrome/browser/history/history_service.h"
#include "content/public/browser/interstitial_page_delegate.h"
#include "net/ssl/ssl_info.h"
+#include "ssl_error_info.h"
felt 2014/06/30 18:36:15 do you need this in the .h file?
#include "url/gurl.h"
namespace base {
@@ -64,6 +65,9 @@ class SSLBlockingPage : public content::InterstitialPageDelegate,
static void SetExtraInfo(base::DictionaryValue* strings,
const std::vector<base::string16>& extra_info);
+ // Used to find if the version of Windows XP is SP3 or lower.
+ static bool WindowsVersionSP3Lower();
felt 2014/06/30 18:16:07 This only needs to be invoked outside of the class
+
protected:
// InterstitialPageDelegate implementation.
virtual std::string GetHTMLContents() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698