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

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

Issue 234183002: Toro: Remove chrome feature channel dep from //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (feature-channel) Created 6 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
« no previous file with comments | « no previous file | chrome/browser/extensions/chrome_notification_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/chrome_notification_observer.h
diff --git a/chrome/browser/extensions/chrome_notification_observer.h b/chrome/browser/extensions/chrome_notification_observer.h
index 42d235a658d8476997243a601be63d2b0d54f2df..a31dc87c525c85415964b0d1ffe1bebc59efba9d 100644
--- a/chrome/browser/extensions/chrome_notification_observer.h
+++ b/chrome/browser/extensions/chrome_notification_observer.h
@@ -12,6 +12,10 @@
class Browser;
+namespace content {
+class RenderProcessHost;
+}
+
namespace extensions {
// Observer for Chrome-specific notifications that need to be relayed to the
@@ -21,7 +25,9 @@ class ChromeNotificationObserver : public content::NotificationObserver {
ChromeNotificationObserver();
virtual ~ChromeNotificationObserver();
+ // IPC message handlers:
void OnBrowserWindowReady(Browser* browser);
+ void OnRendererProcessCreated(content::RenderProcessHost* process);
// content::NotificationObserver overrides:
virtual void Observe(int type,
« no previous file with comments | « no previous file | chrome/browser/extensions/chrome_notification_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698