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

Unified Diff: ash/system/chromeos/network/network_state_list_detailed_view.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
Index: ash/system/chromeos/network/network_state_list_detailed_view.cc
diff --git a/ash/system/chromeos/network/network_state_list_detailed_view.cc b/ash/system/chromeos/network/network_state_list_detailed_view.cc
index 707a9d27486ca90b3f76c109a68979d4c5ebbf1f..5bbeaa3d29520bd5fd41f0ee880f4339d38fedb0 100644
--- a/ash/system/chromeos/network/network_state_list_detailed_view.cc
+++ b/ash/system/chromeos/network/network_state_list_detailed_view.cc
@@ -703,8 +703,7 @@ void NetworkStateListDetailedView::ToggleInfoBubble() {
info_bubble_ = new NonActivatableSettingsBubble(
info_icon_, CreateNetworkInfoView());
- views::BubbleDelegateView::CreateBubble(info_bubble_);
- info_bubble_->Show();
+ views::BubbleDelegateView::CreateBubble(info_bubble_)->Show();
}
bool NetworkStateListDetailedView::ResetInfoBubble() {
« no previous file with comments | « ash/system/chromeos/network/network_list_detailed_view_base.cc ('k') | ash/wm/maximize_bubble_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698