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

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

Issue 2753513006: Remove ...LOADED_DEPRECATED and its friends (Closed)
Patch Set: Created 3 years, 9 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 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() {

Powered by Google App Engine
This is Rietveld 408576698