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

Unified Diff: ui/views/widget/widget_delegate.cc

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 | « ui/views/widget/widget_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/widget_delegate.cc
diff --git a/ui/views/widget/widget_delegate.cc b/ui/views/widget/widget_delegate.cc
index 18643b726b83263c6c5d1398e08b21c258121db1..f37c4368a765e7e4c12bcaaa10669aca1fa05f74 100644
--- a/ui/views/widget/widget_delegate.cc
+++ b/ui/views/widget/widget_delegate.cc
@@ -182,6 +182,9 @@ bool WidgetDelegate::ShouldDescendIntoChildForEventHandling(
////////////////////////////////////////////////////////////////////////////////
// WidgetDelegateView:
+// static
+const char WidgetDelegateView::kViewClassName[] = "WidgetDelegateView";
+
WidgetDelegateView::WidgetDelegateView() {
// A WidgetDelegate should be deleted on DeleteDelegate.
set_owned_by_client();
@@ -202,4 +205,8 @@ const Widget* WidgetDelegateView::GetWidget() const {
return View::GetWidget();
}
+const char* WidgetDelegateView::GetClassName() const {
+ return kViewClassName;
+}
+
} // namespace views
« no previous file with comments | « ui/views/widget/widget_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698