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

Unified Diff: components/handoff/handoff_manager.mm

Issue 2487073002: Remove unnecessary check for iOS 8 in handoff_manager.mm (Closed)
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/handoff/handoff_manager.mm
diff --git a/components/handoff/handoff_manager.mm b/components/handoff/handoff_manager.mm
index 8434d7a1b1a626eaf0f463c836dde4df25c3a84c..e7816ad5a5ee76b2081882fb92da5c43acb9e50f 100644
--- a/components/handoff/handoff_manager.mm
+++ b/components/handoff/handoff_manager.mm
@@ -60,11 +60,6 @@
}
- (void)updateActiveURL:(const GURL&)url {
-#if defined(OS_IOS)
- // Handoff is only available on iOS 8+.
- DCHECK(base::ios::IsRunningOnIOS8OrLater());
-#endif
-
#if defined(OS_MACOSX) && !defined(OS_IOS)
// Handoff is only available on OSX 10.10+.
DCHECK(base::mac::IsAtLeastOS10_10());
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698