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

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

Issue 2524553002: [Extensions] Create ChromeTestExtensionLoader (Closed)
Patch Set: . Created 4 years, 1 month 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 2e207bceb71d12368e3b922941b5aaffab005f3e..1f8797b4ba2403eb310aad012708aa53042907d9 100644
--- a/chrome/browser/extensions/chrome_extension_test_notification_observer.h
+++ b/chrome/browser/extensions/chrome_extension_test_notification_observer.h
@@ -25,6 +25,8 @@ class ChromeExtensionTestNotificationObserver
public extensions::ExtensionActionAPI::Observer {
public:
explicit ChromeExtensionTestNotificationObserver(Browser* browser);
+ explicit ChromeExtensionTestNotificationObserver(
+ content::BrowserContext* browser_context);
~ChromeExtensionTestNotificationObserver() override;
// Waits for the number of visible page actions to change to |count|.

Powered by Google App Engine
This is Rietveld 408576698