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

Unified Diff: chrome/browser/ui/views/page_info/chosen_object_row.cc

Issue 2946323003: Page Info: Add brackets in to one line if and for statements (Closed)
Patch Set: Added "Page Info:", clarifying the scope of the change, into the commit message Created 3 years, 6 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 | chrome/browser/ui/views/page_info/page_info_bubble_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/page_info/chosen_object_row.cc
diff --git a/chrome/browser/ui/views/page_info/chosen_object_row.cc b/chrome/browser/ui/views/page_info/chosen_object_row.cc
index e3cc3c6c0a729c2e40a7fb0549f621ed48cf937e..b4cbcb9a057957e7bf093f7360296a2bb31010e0 100644
--- a/chrome/browser/ui/views/page_info/chosen_object_row.cc
+++ b/chrome/browser/ui/views/page_info/chosen_object_row.cc
@@ -75,6 +75,7 @@ void ChosenObjectRow::ButtonPressed(views::Button* sender,
DCHECK(delete_button_->visible());
delete_button_->SetVisible(false);
- for (ChosenObjectRowObserver& observer : observer_list_)
+ for (ChosenObjectRowObserver& observer : observer_list_) {
observer.OnChosenObjectDeleted(*info_);
+ }
}
« no previous file with comments | « no previous file | chrome/browser/ui/views/page_info/page_info_bubble_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698