| Index: chrome/browser/extensions/extension_browsertest.h
|
| diff --git a/chrome/browser/extensions/extension_browsertest.h b/chrome/browser/extensions/extension_browsertest.h
|
| index ca8782035a7b5d54a4a33a439f26fda2e94ac1d1..cb356d683a157735835fa4d9523c8f5e04b5172f 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() {
|
|
|