Home | History | Annotate | Download | only in notifications

Lines Matching refs:browser

5 #include "chrome/browser/notifications/balloon_host.h"
6 #include "chrome/browser/extensions/extension_process_manager.h"
7 #include "chrome/browser/extensions/extension_service.h"
8 #include "chrome/browser/notifications/balloon.h"
9 #include "chrome/browser/notifications/notification.h"
10 #include "chrome/browser/profiles/profile.h"
11 #include "chrome/browser/renderer_preferences_util.h"
12 #include "chrome/browser/ui/browser_list.h"
13 #include "chrome/browser/ui/webui/chrome_web_ui_factory.h"
16 #include "content/browser/renderer_host/browser_render_process_host.h"
17 #include "content/browser/renderer_host/render_view_host.h"
18 #include "content/browser/site_instance.h"
56 Browser* BalloonHost::GetBrowser() {
57 // Notifications aren't associated with a particular browser.
168 Browser* browser = BrowserList::GetLastActiveWithProfile(balloon_->profile());
169 if (!browser)
172 browser->AddTabContents(contents, disposition, initial_pos, user_gesture);