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

Unified Diff: chrome/browser/ui/test/test_confirm_bubble_model.h

Issue 1242383005: Remove unused code in ConfirmBubbleModel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 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 | « chrome/browser/ui/confirm_bubble_model.h ('k') | chrome/browser/ui/test/test_confirm_bubble_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/test/test_confirm_bubble_model.h
diff --git a/chrome/browser/ui/test/test_confirm_bubble_model.h b/chrome/browser/ui/test/test_confirm_bubble_model.h
index 6466f9adbc0a9cea6ef1f0e003cebb0d8dcc61af..098344020d288ab4757a090b39879f6a27ab38e7 100644
--- a/chrome/browser/ui/test/test_confirm_bubble_model.h
+++ b/chrome/browser/ui/test/test_confirm_bubble_model.h
@@ -21,7 +21,6 @@ class TestConfirmBubbleModel : public ConfirmBubbleModel {
// ConfirmBubbleModel overrides:
base::string16 GetTitle() const override;
base::string16 GetMessageText() const override;
- gfx::Image* GetIcon() const override;
int GetButtons() const override;
base::string16 GetButtonLabel(BubbleButton button) const override;
void Accept() override;
« no previous file with comments | « chrome/browser/ui/confirm_bubble_model.h ('k') | chrome/browser/ui/test/test_confirm_bubble_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698