| Index: chrome/browser/extensions/extension_browsertest.h
|
| diff --git a/chrome/browser/extensions/extension_browsertest.h b/chrome/browser/extensions/extension_browsertest.h
|
| index 55eecc6c657f2b5cec2930e5376bd1324800c9c4..b8a5aa79f91c1fe933f2a55b713d91d446d7a814 100644
|
| --- a/chrome/browser/extensions/extension_browsertest.h
|
| +++ b/chrome/browser/extensions/extension_browsertest.h
|
| @@ -241,16 +241,6 @@ class ExtensionBrowserTest : virtual public InProcessBrowserTest {
|
| return observer_->WaitForExtensionInstallError();
|
| }
|
|
|
| - // Waits until an extension is loaded and all view have loaded.
|
| - void WaitForExtensionAndViewLoad() {
|
| - return observer_->WaitForExtensionAndViewLoad();
|
| - }
|
| -
|
| - // Waits until an extension is loaded.
|
| - void WaitForExtensionLoad() {
|
| - return observer_->WaitForExtensionLoad();
|
| - }
|
| -
|
| // Waits for an extension load error. Returns true if the error really
|
| // happened.
|
| bool WaitForExtensionLoadError() {
|
|
|