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

Unified Diff: ios/web/web_state/blocked_popup_info.mm

Issue 1023013002: Minor cleanup in ios/web utils (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format Created 5 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 | « ios/web/navigation/nscoder_util.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/blocked_popup_info.mm
diff --git a/ios/web/web_state/blocked_popup_info.mm b/ios/web/web_state/blocked_popup_info.mm
index 721d18eeb07511412fad01769b8231fb995fe00e..e1c414cc3e4e39a9aed4081bd996407225823658 100644
--- a/ios/web/web_state/blocked_popup_info.mm
+++ b/ios/web/web_state/blocked_popup_info.mm
@@ -13,7 +13,7 @@ BlockedPopupInfo::BlockedPopupInfo(const GURL& url,
: url_(url),
referrer_(referrer),
window_name_([window_name copy]),
- show_popup_handler_([show_popup_handler copy]){
+ show_popup_handler_([show_popup_handler copy]) {
}
BlockedPopupInfo::BlockedPopupInfo(const BlockedPopupInfo& blocked_popup_info)
« no previous file with comments | « ios/web/navigation/nscoder_util.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698