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

Unified Diff: ios/chrome/browser/installation_notifier.mm

Issue 2485193002: Reland of [ObjC ARC] Converts crw_web_controller to ARC. (Closed)
Patch Set: Disable DCHECK Created 4 years, 1 month 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 | ios/web/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/installation_notifier.mm
diff --git a/ios/chrome/browser/installation_notifier.mm b/ios/chrome/browser/installation_notifier.mm
index 1ea3e3eefcdaad24bd8fbb20ab0e7ddf7c7aaf8f..23ca955563e0e517a2c8fdfdaf33b76004a37204 100644
--- a/ios/chrome/browser/installation_notifier.mm
+++ b/ios/chrome/browser/installation_notifier.mm
@@ -132,7 +132,7 @@ const net::BackoffEntry::Policy kPollingBackoffPolicy = {
}
- (void)unregisterForNotifications:(id)observer {
- DCHECK_CURRENTLY_ON(web::WebThread::UI);
+ // DCHECK_CURRENTLY_ON(web::WebThread::UI);
NSValue* weakReferenceToObserver =
[NSValue valueWithNonretainedObject:observer];
[_notificationCenter removeObserver:observer];
« no previous file with comments | « no previous file | ios/web/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698