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

Unified Diff: chrome/common/validation_message_messages.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
« no previous file with comments | « chrome/browser/validation_message_message_filter.cc ('k') | chrome/renderer/validation_message_agent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/validation_message_messages.h
diff --git a/chrome/common/validation_message_messages.h b/chrome/common/validation_message_messages.h
index 1c4236e627936841a49c0878104ee7fac5ea011c..94472b3277d97aeeb67b49c0f0f782e939a1135f 100644
--- a/chrome/common/validation_message_messages.h
+++ b/chrome/common/validation_message_messages.h
@@ -10,8 +10,13 @@
IPC_MESSAGE_CONTROL4(ValidationMessageMsg_ShowValidationMessage,
int /* route id */,
- gfx::Rect /* anchor rectangle in screen coordinate */,
+ gfx::Rect /* anchor rectangle in root view coordinate */,
string16 /* validation message */,
string16 /* supplemental text */)
IPC_MESSAGE_CONTROL0(ValidationMessageMsg_HideValidationMessage)
+
+IPC_MESSAGE_CONTROL2(ValidationMessageMsg_MoveValidationMessage,
+ int /* route id */,
+ gfx::Rect /* anchor rectangle in root view coordinate */)
+
« no previous file with comments | « chrome/browser/validation_message_message_filter.cc ('k') | chrome/renderer/validation_message_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698