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

Unified Diff: chrome/common/automation_messages_internal.h

Issue 8416022: Revert 107645 (To see if it was responsible for increase in static initializers) - Fix test snaps... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 2 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/chrome_tests.gypi ('k') | chrome/renderer/automation/automation_renderer_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/automation_messages_internal.h
===================================================================
--- chrome/common/automation_messages_internal.h (revision 107646)
+++ chrome/common/automation_messages_internal.h (working copy)
@@ -1494,19 +1494,9 @@
IPC_SYNC_MESSAGE_CONTROL0_2(AutomationMsg_GetTracingOutput,
std::string /* trace_chunk */,
int /* remaining_chunks */)
-// Browser -> renderer messages.
-// Requests a snapshot.
-IPC_MESSAGE_ROUTED0(AutomationMsg_SnapshotEntirePage)
-
// Renderer -> browser messages.
-// Sent as a response to |AutomationMsg_Snapshot|.
-IPC_MESSAGE_ROUTED3(AutomationMsg_SnapshotEntirePageACK,
- bool /* success */,
- std::vector<unsigned char> /* png bytes */,
- std::string /* error message */)
-
// Sent when the renderer has scheduled a client redirect to occur.
IPC_MESSAGE_ROUTED2(AutomationMsg_WillPerformClientRedirect,
int64 /* frame_id */,
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/renderer/automation/automation_renderer_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698