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

Unified Diff: chrome/browser/ui/android/validation_message_bubble_android.h

Issue 16583005: Some improvement of validation message bubble UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/android/validation_message_bubble_android.h
diff --git a/chrome/browser/ui/android/validation_message_bubble_android.h b/chrome/browser/ui/android/validation_message_bubble_android.h
index 3e02da0fed785edd1d52ec8f2177b3914ad3da37..e42f0556b7e334a6b5561777a8e2e9b278af20f2 100644
--- a/chrome/browser/ui/android/validation_message_bubble_android.h
+++ b/chrome/browser/ui/android/validation_message_bubble_android.h
@@ -29,7 +29,7 @@ class ValidationMessageBubbleAndroid : public chrome::ValidationMessageBubble {
const string16& sub_text);
virtual ~ValidationMessageBubbleAndroid();
virtual void MoveOnAnchor(content::RenderWidgetHost* widget_host,
Nico 2013/06/07 16:35:31 nit: It's not clear to me what "MoveOnAnchor" shou
tkent 2013/06/10 06:15:37 Done.
- const gfx::Rect& anchor_in_screen);
+ const gfx::Rect& anchor_in_screen) OVERRIDE;
static bool Register(JNIEnv* env);

Powered by Google App Engine
This is Rietveld 408576698