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

Unified Diff: ios/web/navigation/navigation_item_storage_test_util.mm

Issue 2705293014: Created web::UserAgentType. (Closed)
Patch Set: Eugene's comments Created 3 years, 10 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: ios/web/navigation/navigation_item_storage_test_util.mm
diff --git a/ios/web/navigation/navigation_item_storage_test_util.mm b/ios/web/navigation/navigation_item_storage_test_util.mm
index af2b1188367668a4d5a54ccbbee4ec8e29114d5c..42e9f9cf24437b459ae612372515421bd69c6439 100644
--- a/ios/web/navigation/navigation_item_storage_test_util.mm
+++ b/ios/web/navigation/navigation_item_storage_test_util.mm
@@ -17,7 +17,7 @@ BOOL ItemStoragesAreEqual(CRWNavigationItemStorage* item1,
item1.displayState == item2.displayState &&
item1.shouldSkipRepostFormConfirmation ==
item2.shouldSkipRepostFormConfirmation &&
- item1.overridingUserAgent == item2.overridingUserAgent &&
+ item1.userAgentType == item2.userAgentType &&
[item1.POSTData isEqualToData:item2.POSTData] &&
[item1.HTTPRequestHeaders
isEqualToDictionary:item2.HTTPRequestHeaders];

Powered by Google App Engine
This is Rietveld 408576698