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

Unified Diff: chrome/browser/ui/views/location_bar/location_bar_container_win.cc

Issue 10828175: Removes some code that is currently not necessary and causes problems (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/location_bar/location_bar_container_win.cc
diff --git a/chrome/browser/ui/views/location_bar/location_bar_container_win.cc b/chrome/browser/ui/views/location_bar/location_bar_container_win.cc
index 78a04ef4319e732a76500230fcb30d169a7412f7..6d7f3101ee498226f627ff85a22d08760bfa7d90 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_container_win.cc
+++ b/chrome/browser/ui/views/location_bar/location_bar_container_win.cc
@@ -54,5 +54,8 @@ SkColor LocationBarContainer::GetBackgroundColor() {
}
void LocationBarContainer::StackAtTop() {
+ // TODO: reenable when PlatformInit() code is reenabled.
+ /*
view_parent_->GetWidget()->StackAtTop();
+ */
}
« 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