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

Unified Diff: chrome/browser/validation_message_message_filter.h

Issue 16583005: Some improvement of validation message bubble UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits 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/validation_message_message_filter.h
diff --git a/chrome/browser/validation_message_message_filter.h b/chrome/browser/validation_message_message_filter.h
index 2fbdba381b6c519e653940a782c9e34192fc853d..d3f4ce431293479196a29d3ea04ae18f8ab2a04c 100644
--- a/chrome/browser/validation_message_message_filter.h
+++ b/chrome/browser/validation_message_message_filter.h
@@ -30,10 +30,12 @@ class ValidationMessageMessageFilter : public content::BrowserMessageFilter {
private:
virtual ~ValidationMessageMessageFilter();
void OnShowValidationMessage(int route_id,
- const gfx::Rect& anchor_in_screen,
+ const gfx::Rect& anchor_in_root_view,
const string16& main_text,
const string16& sub_text);
void OnHideValidationMessage();
+ void OnMoveValidationMessage(int route_id,
+ const gfx::Rect& anchor_in_root_view);
scoped_ptr<chrome::ValidationMessageBubble> validation_message_bubble_;
int renderer_id_;
« no previous file with comments | « chrome/browser/ui/views/validation_message_bubble_view.cc ('k') | chrome/browser/validation_message_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698