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

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

Issue 863173004: More class names for views class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 11 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 | ui/views/bubble/bubble_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/bubble/bubble_delegate.h
diff --git a/ui/views/bubble/bubble_delegate.h b/ui/views/bubble/bubble_delegate.h
index 047562db9c3d251f8d407cd8d47bdb4f25e68a40..3bc73f8c729d0983f07d044dc78186e48cc472c5 100644
--- a/ui/views/bubble/bubble_delegate.h
+++ b/ui/views/bubble/bubble_delegate.h
@@ -25,6 +25,9 @@ class BubbleFrameView;
class VIEWS_EXPORT BubbleDelegateView : public WidgetDelegateView,
public WidgetObserver {
public:
+ // Internal class name.
+ static const char kViewClassName[];
+
BubbleDelegateView();
BubbleDelegateView(View* anchor_view, BubbleBorder::Arrow arrow);
~BubbleDelegateView() override;
@@ -38,6 +41,7 @@ class VIEWS_EXPORT BubbleDelegateView : public WidgetDelegateView,
View* GetContentsView() override;
NonClientFrameView* CreateNonClientFrameView(Widget* widget) override;
void GetAccessibleState(ui::AXViewState* state) override;
+ const char* GetClassName() const override;
// WidgetObserver overrides:
void OnWidgetDestroying(Widget* widget) override;
« no previous file with comments | « no previous file | ui/views/bubble/bubble_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698