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

Unified Diff: chrome/browser/ui/views/validation_message_bubble_view.h

Issue 2893573004: Simplify some code in c/b/u/views. (Closed)
Patch Set: Created 3 years, 7 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: chrome/browser/ui/views/validation_message_bubble_view.h
diff --git a/chrome/browser/ui/views/validation_message_bubble_view.h b/chrome/browser/ui/views/validation_message_bubble_view.h
index cdc6857138bfc990d57084a3ac2a8174096431ae..e1d794bb743de010371468e558a63506fde5fdf3 100644
--- a/chrome/browser/ui/views/validation_message_bubble_view.h
+++ b/chrome/browser/ui/views/validation_message_bubble_view.h
@@ -29,7 +29,6 @@ class ValidationMessageBubbleView
~ValidationMessageBubbleView() override;
// BubbleDialogDelegateView overrides:
- gfx::Size GetPreferredSize() const override;
int GetDialogButtons() const override;
// ValidationMessageBubble overrides:
@@ -43,8 +42,6 @@ class ValidationMessageBubbleView
const gfx::Rect& rect_in_root_view,
const content::RenderWidgetHostView* render_widget_host_view) const;
- gfx::Size size_;
-
DISALLOW_COPY_AND_ASSIGN(ValidationMessageBubbleView);
};
« no previous file with comments | « chrome/browser/ui/views/location_bar/location_bar_view.cc ('k') | chrome/browser/ui/views/validation_message_bubble_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698