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

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

Issue 8614003: Add OVERRIDE to chrome/browser/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 5ae28cce7c4c21110dd763593ce2999324400f14..5a3494b8a779723c1e1d133cbbf39ef205148138 100644
--- a/chrome/browser/ssl/ssl_blocking_page.h
+++ b/chrome/browser/ssl/ssl_blocking_page.h
@@ -39,11 +39,11 @@ class SSLBlockingPage : public ChromeInterstitialPage {
protected:
// ChromeInterstitialPage implementation.
- virtual std::string GetHTMLContents();
- virtual void CommandReceived(const std::string& command);
- virtual void UpdateEntry(NavigationEntry* entry);
- virtual void Proceed();
- virtual void DontProceed();
+ virtual std::string GetHTMLContents() OVERRIDE;
+ virtual void CommandReceived(const std::string& command) OVERRIDE;
+ virtual void UpdateEntry(NavigationEntry* entry) OVERRIDE;
+ virtual void Proceed() OVERRIDE;
+ virtual void DontProceed() OVERRIDE;
private:
void NotifyDenyCertificate();
« no previous file with comments | « chrome/browser/spellchecker/spellcheck_message_filter.h ('k') | chrome/browser/tab_contents/background_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698