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

Unified Diff: ash/system/chromeos/network/network_list_detailed_view_base.cc

Issue 12897004: Remove BubbleDelegateView::Show(); call GetWidget()->Show() instead; etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixup more BubbleDelegateView::Show() calls. Created 7 years, 9 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 | « ash/shell/bubble.cc ('k') | ash/system/chromeos/network/network_state_list_detailed_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/network/network_list_detailed_view_base.cc
diff --git a/ash/system/chromeos/network/network_list_detailed_view_base.cc b/ash/system/chromeos/network/network_list_detailed_view_base.cc
index 0c8740de9e3c950bff021d150496dedd1f3aaf4c..34708beb2a8a56ee5f410391b69044cc8240fc8d 100644
--- a/ash/system/chromeos/network/network_list_detailed_view_base.cc
+++ b/ash/system/chromeos/network/network_list_detailed_view_base.cc
@@ -404,8 +404,7 @@ void NetworkListDetailedViewBase::ToggleInfoBubble() {
info_bubble_ = new NonActivatableSettingsBubble(
info_icon_, CreateNetworkInfoView());
- views::BubbleDelegateView::CreateBubble(info_bubble_);
- info_bubble_->Show();
+ views::BubbleDelegateView::CreateBubble(info_bubble_)->Show();
}
// Returns whether an existing info-bubble was closed.
« no previous file with comments | « ash/shell/bubble.cc ('k') | ash/system/chromeos/network/network_state_list_detailed_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698