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

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

Issue 7192016: chrome.experimental.downloads (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: merged db_handle, id; onCreated, onErased Created 9 years, 5 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/extension_browser_event_router.h
diff --git a/chrome/browser/extensions/extension_browser_event_router.h b/chrome/browser/extensions/extension_browser_event_router.h
index ddd878bb49722bc72d482e3130d2b22e621468a2..e83e59b5017dcf79b05efb6cc1a2d4801e9991d2 100644
--- a/chrome/browser/extensions/extension_browser_event_router.h
+++ b/chrome/browser/extensions/extension_browser_event_router.h
@@ -213,6 +213,10 @@ class ExtensionBrowserEventRouter : public TabStripModelObserver,
// windows.onFocusChanged events with the same windowId.
int focused_window_id_;
+ class DownloadManagerObserver;
+ friend class DownloadManagerObserver;
+ scoped_ptr<DownloadManagerObserver> download_manager_observer_;
+
DISALLOW_COPY_AND_ASSIGN(ExtensionBrowserEventRouter);
};
« no previous file with comments | « chrome/browser/download/simple_download_item_fields.h ('k') | chrome/browser/extensions/extension_browser_event_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698