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

Unified Diff: chrome/browser/ui/views/frame/browser_view.cc

Issue 6168001: Fix a bug that caused the site info bubble from a panel to be shown in a wrong location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: Created 9 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/frame/browser_view.cc
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
index 15599801d078b21c00c4c08508b81c3a21f5c620..8c83b04c5eb509722574bc32c6bbdd813e562e4b 100644
--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -1202,10 +1202,6 @@ void BrowserView::ShowPageInfo(Profile* profile,
bool show_history) {
gfx::NativeWindow parent = GetWindow()->GetNativeWindow();
-#if defined(OS_CHROMEOS)
- parent = GetNormalBrowserWindowForBrowser(browser(), profile);
-#endif // defined(OS_CHROMEOS)
-
browser::ShowPageInfoBubble(parent, profile, url, ssl, show_history);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698