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

Unified Diff: chrome/common/automation_messages_internal.h

Issue 10836015: Convert more automation calls to the JSON interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/automation_messages_internal.h
diff --git a/chrome/common/automation_messages_internal.h b/chrome/common/automation_messages_internal.h
index dbf09256f98eb42229c88835c7bbb480cbea4d9d..a42f9f2a603d25b80008ed22f2a5cbf817a36299 100644
--- a/chrome/common/automation_messages_internal.h
+++ b/chrome/common/automation_messages_internal.h
@@ -500,7 +500,7 @@ IPC_SYNC_MESSAGE_CONTROL2_1(AutomationMsg_WindowExecuteCommand,
// This message opens the Find window within a tab corresponding to the
// supplied tab handle.
-IPC_MESSAGE_CONTROL1(AutomationMsg_OpenFindInPage,
+IPC_MESSAGE_CONTROL1(AutomationMsg_DEPRECATED_OpenFindInPage,
int /* tab_handle */)
// Posts a message from external host to chrome renderer.
@@ -863,7 +863,7 @@ IPC_SYNC_MESSAGE_CONTROL2_2(AutomationMsg_SendJSONRequestWithBrowserHandle,
bool /* success */)
// Resets to the default theme.
-IPC_SYNC_MESSAGE_CONTROL0_0(AutomationMsg_ResetToDefaultTheme)
+IPC_SYNC_MESSAGE_CONTROL0_0(AutomationMsg_DEPRECIATED_ResetToDefaultTheme)
// This message requests the external tab identified by the tab handle
// passed in be closed.

Powered by Google App Engine
This is Rietveld 408576698