 Chromium Code Reviews
 Chromium Code Reviews Issue 16583005:
  Some improvement of validation message bubble UI.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 16583005:
  Some improvement of validation message bubble UI.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| 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); |