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

Unified Diff: chrome/browser/tab_contents/blocked_infobar_delegate.h

Issue 7189040: Add histogram for cancel button in blocked mixed content infobars. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « no previous file | chrome/browser/tab_contents/blocked_infobar_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tab_contents/blocked_infobar_delegate.h
===================================================================
--- chrome/browser/tab_contents/blocked_infobar_delegate.h (revision 89528)
+++ chrome/browser/tab_contents/blocked_infobar_delegate.h (working copy)
@@ -55,6 +55,7 @@
private:
virtual void InfoBarDismissed() OVERRIDE;
virtual bool Accept() OVERRIDE;
+ virtual bool Cancel() OVERRIDE;
};
// A subclass specific to the blocked running insecure content case.
@@ -66,6 +67,7 @@
private:
virtual void InfoBarDismissed() OVERRIDE;
virtual bool Accept() OVERRIDE;
+ virtual bool Cancel() OVERRIDE;
};
#endif // CHROME_BROWSER_TAB_CONTENTS_BLOCKED_INFOBAR_DELEGATE_H_
« no previous file with comments | « no previous file | chrome/browser/tab_contents/blocked_infobar_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698