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

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

Issue 2706173003: change navigation initiation type default value to RENDERER_INITIATED (Closed)
Patch Set: vv Created 3 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 | « no previous file | ios/chrome/browser/web/navigation_manager_util.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 20f1cef6507fa42ad6d209bf3c2fc8c859e43c5b..5727e220bb29e61f2fff2e715cafa344fff12cda 100644
--- a/ios/chrome/browser/web/navigation_manager_util.h
+++ b/ios/chrome/browser/web/navigation_manager_util.h
@@ -5,15 +5,6 @@
#ifndef IOS_CHROME_BROWSER_WEB_NAVIGATION_MANAGER_UTIL_H_
#define IOS_CHROME_BROWSER_WEB_NAVIGATION_MANAGER_UTIL_H_
-#import "ios/web/public/navigation_item.h"
-#import "ios/web/public/navigation_manager.h"
-
// Utility functions built on web::NavigationManager public API.
-// Returns the most recent navigation item that is not the result of an HTTP
-// Redirect. Returns nullptr if |nav_manager| is nullptr or is empty.
-// If all items are redirects, the first item is returned.
-web::NavigationItem* GetLastNonRedirectedItem(
- web::NavigationManager* nav_manager);
-
#endif // IOS_CHROME_BROWSER_WEB_NAVIGATION_MANAGER_UTIL_H_
« no previous file with comments | « no previous file | ios/chrome/browser/web/navigation_manager_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698