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

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

Issue 155009: Make two IPC messages async. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « no previous file | no next file » | 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 19602)
+++ chrome/test/automation/automation_messages_internal.h (working copy)
@@ -895,14 +895,14 @@
// Used to put the browser into "extension automation mode" for the
// current profile, or turn off the mode.
- IPC_SYNC_MESSAGE_ROUTED1_0(AutomationMsg_SetEnableExtensionAutomation,
- bool /* true to enable extension automation */)
+ IPC_MESSAGE_ROUTED1(AutomationMsg_SetEnableExtensionAutomation,
+ bool /* true to enable extension automation */)
// This message tells the browser to start using the new proxy configuration
// represented by the given JSON string. The parameters used in the JSON
// string are defined in automation_constants.h.
- IPC_SYNC_MESSAGE_ROUTED1_0(AutomationMsg_SetProxyConfig,
- std::string /* proxy_config_json_string */)
+ IPC_MESSAGE_ROUTED1(AutomationMsg_SetProxyConfig,
+ std::string /* proxy_config_json_string */)
// Sets Download Shelf visibility for the specified browser.
IPC_SYNC_MESSAGE_ROUTED2_0(AutomationMsg_SetShelfVisibility,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698