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

Unified Diff: ios/chrome/browser/web/navigation_manager_util.h

Issue 2812223002: Fixed comments for GetLastCommittedNonRedirectedItem unit tests. (Closed)
Patch Set: Created 3 years, 8 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 | ios/chrome/browser/web/navigation_manager_util_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/web/navigation_manager_util.h
diff --git a/ios/chrome/browser/web/navigation_manager_util.h b/ios/chrome/browser/web/navigation_manager_util.h
index f1aee089747e7db3439662cf91bc034db3de970c..435ffa10282362c6f363cb7809541e44382e5c85 100644
--- a/ios/chrome/browser/web/navigation_manager_util.h
+++ b/ios/chrome/browser/web/navigation_manager_util.h
@@ -11,9 +11,9 @@
// Utility functions built on web::NavigationManager public API.
// Returns the most recent Committed Item that is not the result of a client or
-// server-side redirect redirect from the given Navigation Manager. Returns
-// nullptr if there's an error condition on the input |nav_manager|, such as
-// nullptr or no non-redirect items.
+// server-side redirect from the given Navigation Manager. Returns nullptr if
+// there's an error condition on the input |nav_manager|, such as nullptr or no
+// non-redirect items.
web::NavigationItem* GetLastCommittedNonRedirectedItem(
web::NavigationManager* nav_manager);
« no previous file with comments | « no previous file | ios/chrome/browser/web/navigation_manager_util_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698