| Index: chrome/browser/extensions/chrome_extension_test_notification_observer.h
|
| diff --git a/chrome/browser/extensions/chrome_extension_test_notification_observer.h b/chrome/browser/extensions/chrome_extension_test_notification_observer.h
|
| index 3b7151741d0c7c73d54f052f65062bf32e2c8ee9..df4995b5da6af579ffed5cddc2d7c683e99ae9e3 100644
|
| --- a/chrome/browser/extensions/chrome_extension_test_notification_observer.h
|
| +++ b/chrome/browser/extensions/chrome_extension_test_notification_observer.h
|
| @@ -32,9 +32,6 @@ class ChromeExtensionTestNotificationObserver
|
| // Waits for the number of visible page actions to change to |count|.
|
| bool WaitForPageActionVisibilityChangeTo(int count);
|
|
|
| - // Waits until an extension is loaded and all view have loaded.
|
| - void WaitForExtensionAndViewLoad();
|
| -
|
| // Waits for all extension views to load.
|
| bool WaitForExtensionViewsToLoad();
|
|
|
|
|