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

Unified Diff: chrome/browser/extensions/api/automation/automation_apitest.cc

Issue 1232643003: Give automation API access to browser plugin objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile error Created 5 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
« no previous file with comments | « no previous file | chrome/browser/extensions/api/automation_internal/automation_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/automation/automation_apitest.cc
diff --git a/chrome/browser/extensions/api/automation/automation_apitest.cc b/chrome/browser/extensions/api/automation/automation_apitest.cc
index e3c1affb4fc48a0b54286dbf300f303dcf2bff62..8505161a852c86ce138386a8c40d3ec79d394b67 100644
--- a/chrome/browser/extensions/api/automation/automation_apitest.cc
+++ b/chrome/browser/extensions/api/automation/automation_apitest.cc
@@ -278,6 +278,7 @@ class TreeSerializationState {
update.nodes,
event,
node_id,
+ std::map<int32, int>(),
kPid,
routing_id);
std::vector<content::AXEventNotificationDetails> details;
« no previous file with comments | « no previous file | chrome/browser/extensions/api/automation_internal/automation_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698