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

Unified Diff: chrome/browser/ui/views/autofill/autofill_credit_card_bubble_views.h

Issue 20871003: Fix BubbleFrameView title and close button patterns. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and merge; add OVERRIDE mark. Created 7 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 | « no previous file | chrome/browser/ui/views/autofill/autofill_credit_card_bubble_views.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/autofill/autofill_credit_card_bubble_views.h
diff --git a/chrome/browser/ui/views/autofill/autofill_credit_card_bubble_views.h b/chrome/browser/ui/views/autofill/autofill_credit_card_bubble_views.h
index c5d0fb681d14b0cefc9198bfeaa011495501db91..9d8e8f18cb8de258a7a8ada8c127fc1f70a3f618 100644
--- a/chrome/browser/ui/views/autofill/autofill_credit_card_bubble_views.h
+++ b/chrome/browser/ui/views/autofill/autofill_credit_card_bubble_views.h
@@ -30,6 +30,7 @@ class AutofillCreditCardBubbleViews : public AutofillCreditCardBubble,
virtual bool IsHiding() const OVERRIDE;
// views::BubbleDelegateView:
+ virtual string16 GetWindowTitle() const OVERRIDE;
virtual void Init() OVERRIDE;
virtual gfx::Size GetPreferredSize() OVERRIDE;
« no previous file with comments | « no previous file | chrome/browser/ui/views/autofill/autofill_credit_card_bubble_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698