| Index: chrome/browser/automation/testing_automation_provider.cc
|
| ===================================================================
|
| --- chrome/browser/automation/testing_automation_provider.cc (revision 66634)
|
| +++ chrome/browser/automation/testing_automation_provider.cc (working copy)
|
| @@ -4284,7 +4284,7 @@
|
| // This will delete itself when finished.
|
| new OnNotificationBalloonCountObserver(
|
| this, reply_message, collection, balloon_count - 1);
|
| - manager->Cancel(balloons[index]->notification());
|
| + manager->CancelById(balloons[index]->notification().notification_id());
|
| }
|
|
|
| // Refer to WaitForNotificationCount() in chrome/test/pyautolib/pyauto.py for
|
|
|