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

Unified Diff: ui/views/border.cc

Issue 164653002: Remove Unused AsTextButtonBorder RTTI helper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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/border.h ('k') | ui/views/controls/button/text_button.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/border.cc
diff --git a/ui/views/border.cc b/ui/views/border.cc
index 658a1f1c4091de2711995c0a464cd8623877f3ca..0ff340642e0cc2c877557f0c748c3c353a374c8f 100644
--- a/ui/views/border.cc
+++ b/ui/views/border.cc
@@ -166,12 +166,4 @@ scoped_ptr<Border> Border::CreateBorderPainter(Painter* painter,
return scoped_ptr<Border>(new BorderPainter(painter, insets));
}
-TextButtonBorder* Border::AsTextButtonBorder() {
- return NULL;
-}
-
-const TextButtonBorder* Border::AsTextButtonBorder() const {
- return NULL;
-}
-
} // namespace views
« no previous file with comments | « ui/views/border.h ('k') | ui/views/controls/button/text_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698