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

Unified Diff: chrome/browser/automation/automation_provider_observers.h

Issue 7639002: Profiles: BROWSER_OPENED (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Same code; another round to see if flake Created 9 years, 4 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/automation/automation_provider_observers.h
diff --git a/chrome/browser/automation/automation_provider_observers.h b/chrome/browser/automation/automation_provider_observers.h
index d4d54a695126ee7edb850eb8ba28824b4760974a..41b9d119dd5ddbfe4316e48266cf695a4c091540 100644
--- a/chrome/browser/automation/automation_provider_observers.h
+++ b/chrome/browser/automation/automation_provider_observers.h
@@ -57,6 +57,7 @@ class Browser;
class Extension;
class ExtensionProcessManager;
class NavigationController;
+class Profile;
class RenderViewHost;
class SavePackage;
class TabContents;
@@ -133,7 +134,8 @@ class NetworkManagerInitObserver
// Watches for NewTabUI page loads for performance timing purposes.
class NewTabUILoadObserver : public NotificationObserver {
public:
- explicit NewTabUILoadObserver(AutomationProvider* automation);
+ explicit NewTabUILoadObserver(AutomationProvider* automation,
+ Profile* profile);
virtual ~NewTabUILoadObserver();
virtual void Observe(int type,
« no previous file with comments | « chrome/browser/automation/automation_provider.cc ('k') | chrome/browser/automation/automation_provider_observers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698