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

Unified Diff: chrome/test/automation/automation_messages_internal.h

Issue 473: Readding UI test I pulled yesterday; hopefully the bots will like it more now... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 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/xp_frame.cc ('k') | chrome/test/automation/browser_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/automation_messages_internal.h
===================================================================
--- chrome/test/automation/automation_messages_internal.h (revision 1688)
+++ chrome/test/automation/automation_messages_internal.h (working copy)
@@ -752,5 +752,13 @@
IPC_MESSAGE_ROUTED2(AutomationMsg_FindWindowLocationResponse,
int, /* x */
int /* y */)
+
+ // Is the Bookmark bar visible? The response will indicate whether it is
+ // visible or not and whether it is being animated into (or out of its place).
+ IPC_MESSAGE_ROUTED1(AutomationMsg_BookmarkBarVisibilityRequest,
+ int /* browser_handle */)
+ IPC_MESSAGE_ROUTED2(AutomationMsg_BookmarkBarVisibilityResponse,
+ bool, /* is_visible */
+ bool /* still_animating */)
IPC_END_MESSAGES(Automation)
« no previous file with comments | « chrome/browser/xp_frame.cc ('k') | chrome/test/automation/browser_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698