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

Unified Diff: ui/views/bubble/bubble_dialog_delegate.h

Issue 2907983002: Allow dialogs to use a custom View as their title. (Closed)
Patch Set: merge Created 3 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: ui/views/bubble/bubble_dialog_delegate.h
diff --git a/ui/views/bubble/bubble_dialog_delegate.h b/ui/views/bubble/bubble_dialog_delegate.h
index 76d0235006f3592aedad9273ba5d391f66e2042c..c3fc547307f79da574d1ffbee504911a8f33b7a8 100644
--- a/ui/views/bubble/bubble_dialog_delegate.h
+++ b/ui/views/bubble/bubble_dialog_delegate.h
@@ -15,7 +15,6 @@
#include "ui/views/window/dialog_delegate.h"
namespace gfx {
-class FontList;
class Rect;
}
@@ -130,10 +129,6 @@ class VIEWS_EXPORT BubbleDialogDelegateView : public DialogDelegateView,
// Get bubble bounds from the anchor rect and client view's preferred size.
virtual gfx::Rect GetBubbleBounds();
- // Return a FontList to use for the title of the bubble.
- // (The default is MediumFont).
- virtual const gfx::FontList& GetTitleFontList() const;
-
// View overrides:
void OnNativeThemeChanged(const ui::NativeTheme* theme) override;
« no previous file with comments | « chrome/browser/ui/views/permission_bubble/permission_prompt_impl.cc ('k') | ui/views/bubble/bubble_dialog_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698