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

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

Issue 7046041: Removes RenderViewHostDelegate::GetBrowserWindowID. Instead the places (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix interstitialpage Created 9 years, 6 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.cc
diff --git a/chrome/browser/notifications/balloon_host.cc b/chrome/browser/notifications/balloon_host.cc
index 19d871f6d5d335cfbd9cb96065c6d6dca6e0878b..ead868a19b9be27beed200778f2856bca755ab25 100644
--- a/chrome/browser/notifications/balloon_host.cc
+++ b/chrome/browser/notifications/balloon_host.cc
@@ -110,10 +110,6 @@ void BalloonHost::RenderViewGone(RenderViewHost* render_view_host,
Close(render_view_host);
}
-int BalloonHost::GetBrowserWindowID() const {
- return extension_misc::kUnknownWindowId;
-}
-
ViewType::Type BalloonHost::GetRenderViewType() const {
return ViewType::NOTIFICATION;
}

Powered by Google App Engine
This is Rietveld 408576698