| Index: chrome/browser/extensions/chrome_extension_test_notification_observer.cc
|
| diff --git a/chrome/browser/extensions/chrome_extension_test_notification_observer.cc b/chrome/browser/extensions/chrome_extension_test_notification_observer.cc
|
| index 3ca518dabab3553adfbe52072bb7b4b97272288f..7a34f44879910aad22c8a6e5cea6878e09da2dbe 100644
|
| --- a/chrome/browser/extensions/chrome_extension_test_notification_observer.cc
|
| +++ b/chrome/browser/extensions/chrome_extension_test_notification_observer.cc
|
| @@ -115,11 +115,6 @@ bool ChromeExtensionTestNotificationObserver::WaitForExtensionNotIdle(
|
| return true;
|
| }
|
|
|
| -void ChromeExtensionTestNotificationObserver::WaitForExtensionAndViewLoad() {
|
| - WaitForExtensionLoad();
|
| - WaitForExtensionViewsToLoad();
|
| -}
|
| -
|
| void ChromeExtensionTestNotificationObserver::OnPageActionsUpdated(
|
| content::WebContents* web_contents) {
|
| MaybeQuit();
|
|
|