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

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: renaming 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/common/validation_message_messages.h
diff --git a/chrome/common/validation_message_messages.h b/chrome/common/validation_message_messages.h
index 01b6d7f59e0c4fa740aae095b5726ca6f9c1c6a8..050a5c51d1ea16771a3de0d4367417e7925db66d 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 */)
+

Powered by Google App Engine
This is Rietveld 408576698