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

Unified Diff: chrome/browser/ui/panels/panel.cc

Issue 6881073: Cleanup popup related browser navigation code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and merge with avi's popup block changes. Created 9 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
Index: chrome/browser/ui/panels/panel.cc
diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc
index bc46c71894b8049c4f8d9a11515538ab495357aa..3b37a437064119d4c32c95320592d4f5c9f14cd8 100644
--- a/chrome/browser/ui/panels/panel.cc
+++ b/chrome/browser/ui/panels/panel.cc
@@ -342,6 +342,12 @@ gfx::Rect Panel::GetInstantBounds() {
return gfx::Rect();
}
+WindowOpenDisposition Panel::GetDispositionForPopupBounds(
+ const gfx::Rect& bounds) {
+ NOTIMPLEMENTED();
+ return NEW_POPUP;
+}
+
#if defined(OS_CHROMEOS)
void Panel::ShowKeyboardOverlay(gfx::NativeWindow owning_window) {
NOTIMPLEMENTED();

Powered by Google App Engine
This is Rietveld 408576698