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

Unified Diff: ui/views/border.h

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 | « no previous file | ui/views/border.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/border.h
diff --git a/ui/views/border.h b/ui/views/border.h
index 2467939f19f5a6fcfa4e121a1fea0c645baab6aa..d2657c60c13c927348b373311c9ef03268dbac90 100644
--- a/ui/views/border.h
+++ b/ui/views/border.h
@@ -37,8 +37,6 @@ class View;
//
////////////////////////////////////////////////////////////////////////////////
-class TextButtonBorder;
-
class VIEWS_EXPORT Border {
public:
Border();
@@ -86,10 +84,6 @@ class VIEWS_EXPORT Border {
// content laid out relative to these images.
virtual gfx::Size GetMinimumSize() const = 0;
- // Manual RTTI for text buttons.
- virtual TextButtonBorder* AsTextButtonBorder();
- virtual const TextButtonBorder* AsTextButtonBorder() const;
-
private:
DISALLOW_COPY_AND_ASSIGN(Border);
};
« no previous file with comments | « no previous file | ui/views/border.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698