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

Unified Diff: chrome/browser/extensions/chrome_extension_test_notification_observer.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/chrome_extension_test_notification_observer.h
diff --git a/chrome/browser/extensions/chrome_extension_test_notification_observer.h b/chrome/browser/extensions/chrome_extension_test_notification_observer.h
index 3b7151741d0c7c73d54f052f65062bf32e2c8ee9..df4995b5da6af579ffed5cddc2d7c683e99ae9e3 100644
--- a/chrome/browser/extensions/chrome_extension_test_notification_observer.h
+++ b/chrome/browser/extensions/chrome_extension_test_notification_observer.h
@@ -32,9 +32,6 @@ class ChromeExtensionTestNotificationObserver
// Waits for the number of visible page actions to change to |count|.
bool WaitForPageActionVisibilityChangeTo(int count);
- // Waits until an extension is loaded and all view have loaded.
- void WaitForExtensionAndViewLoad();
-
// Waits for all extension views to load.
bool WaitForExtensionViewsToLoad();

Powered by Google App Engine
This is Rietveld 408576698