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

Unified Diff: chrome/browser/notifications/balloon_host.h

Issue 7464009: Removal of Profile from content part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: works now 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/notifications/balloon_host.h
diff --git a/chrome/browser/notifications/balloon_host.h b/chrome/browser/notifications/balloon_host.h
index 43936655849afceb6c4f29354a97d704f349514f..a065632b677969b6e4003de662eedaa81badad44 100644
--- a/chrome/browser/notifications/balloon_host.h
+++ b/chrome/browser/notifications/balloon_host.h
@@ -97,7 +97,8 @@ class BalloonHost : public RenderViewHostDelegate,
virtual void GotFocus() {}
virtual void TakeFocus(bool reverse) {}
virtual void UpdatePreferredSize(const gfx::Size& pref_size);
- virtual RendererPreferences GetRendererPrefs(Profile* profile) const;
+ virtual RendererPreferences GetRendererPrefs(
+ content::BrowserContext* context) const;
// Enable Web UI. This has to be called before renderer is created.
void EnableWebUI();

Powered by Google App Engine
This is Rietveld 408576698