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

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

Issue 115740: Move download shelf from per-tab to per-window (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 7 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/common/temp_scaffolding_stubs.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 17483)
+++ chrome/test/automation/automation_messages_internal.h (working copy)
@@ -232,9 +232,9 @@
// containing the result of a
// javascript execution
- // Is the Download Shelf visible for the specified tab?
+ // Is the Download Shelf visible for the specified browser?
IPC_SYNC_MESSAGE_ROUTED1_1(AutomationMsg_ShelfVisibility,
- int /* tab_handle */,
+ int /* browser_handle */,
bool /* is_visible */)
// This message requests the number of constrained windows in the tab with
@@ -934,4 +934,9 @@
int /* tab_handle */,
int /* blocked_popup_count */)
+ // Sets Download Shelf visibility for the specified browser.
+ IPC_SYNC_MESSAGE_ROUTED2_0(AutomationMsg_SetShelfVisibility,
+ int /* browser_handle */,
+ bool /* is_visible */)
+
IPC_END_MESSAGES(Automation)
« no previous file with comments | « chrome/common/temp_scaffolding_stubs.cc ('k') | chrome/test/automation/browser_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698