Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5775)

Unified Diff: chrome/browser/extensions/extension_browsertest.h

Issue 2753513006: Remove ...LOADED_DEPRECATED and its friends (Closed)
Patch Set: include .h Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698