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

Unified Diff: chrome/browser/extensions/chrome_extension_test_notification_observer.cc

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/chrome_extension_test_notification_observer.cc
diff --git a/chrome/browser/extensions/chrome_extension_test_notification_observer.cc b/chrome/browser/extensions/chrome_extension_test_notification_observer.cc
index 3ca518dabab3553adfbe52072bb7b4b97272288f..7a34f44879910aad22c8a6e5cea6878e09da2dbe 100644
--- a/chrome/browser/extensions/chrome_extension_test_notification_observer.cc
+++ b/chrome/browser/extensions/chrome_extension_test_notification_observer.cc
@@ -115,11 +115,6 @@ bool ChromeExtensionTestNotificationObserver::WaitForExtensionNotIdle(
return true;
}
-void ChromeExtensionTestNotificationObserver::WaitForExtensionAndViewLoad() {
- WaitForExtensionLoad();
- WaitForExtensionViewsToLoad();
-}
-
void ChromeExtensionTestNotificationObserver::OnPageActionsUpdated(
content::WebContents* web_contents) {
MaybeQuit();

Powered by Google App Engine
This is Rietveld 408576698