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

Unified Diff: chrome/common/extensions/chrome_extension_messages.h

Issue 1155183006: Reimplement automation API on top of C++-backed AXTree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@automation_faster_2
Patch Set: Rebase, delete some code that shouldn't have been commented out Created 5 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
Index: chrome/common/extensions/chrome_extension_messages.h
diff --git a/chrome/common/extensions/chrome_extension_messages.h b/chrome/common/extensions/chrome_extension_messages.h
index da46506564c945f7d0aec041d264ba215d2d6f9e..026bc0e5e03930b545ad7b47df842e858e67d71e 100644
--- a/chrome/common/extensions/chrome_extension_messages.h
+++ b/chrome/common/extensions/chrome_extension_messages.h
@@ -78,6 +78,9 @@ IPC_MESSAGE_ROUTED1(ExtensionMsg_AccessibilityEvent,
// Messages sent from the renderer to the browser.
+//
David Tseng 2015/06/10 17:48:15 ?
+IPC_MESSAGE_ROUTED1(ExtensionHostMsg_AutomationRequest,
David Tseng 2015/06/10 17:48:15 What kind of request?
dmazzoni 2015/06/11 19:09:11 Oops, this was included by mistake. All changes to
+ int /* myint */)
David Tseng 2015/06/10 17:48:15 ?
// Sent by the renderer to implement chrome.webstore.install().
IPC_MESSAGE_ROUTED5(ExtensionHostMsg_InlineWebstoreInstall,

Powered by Google App Engine
This is Rietveld 408576698