Index: chrome/browser/automation/testing_automation_provider.cc |
diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc |
index 13388a995ae0e6696ecaee114fb60cdb0cfa7adb..42b4343ada3f773784fa6fe9275742a0b7582e7f 100644 |
--- a/chrome/browser/automation/testing_automation_provider.cc |
+++ b/chrome/browser/automation/testing_automation_provider.cc |
@@ -1180,9 +1180,9 @@ void TestingAutomationProvider::DragAndDropFilePaths( |
view->DragTargetDragEnter( |
drop_data, client, screen, |
- static_cast<WebKit::WebDragOperationsMask>(operations)); |
+ static_cast<WebKit::WebDragOperationsMask>(operations), 0); |
new DragTargetDropAckNotificationObserver(this, reply_message); |
- view->DragTargetDrop(client, screen); |
+ view->DragTargetDrop(client, screen, 0); |
} |
void TestingAutomationProvider::GetTabCount(int handle, int* tab_count) { |