| 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 3b9ec74b2d2852b852464929c3ca71f1b3e9a6b1..bcd9e1081cc26c9e3a5297d4acfd2892a7301f0a 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -1016,9 +1016,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) {
|
|
|