| Index: ios/web/navigation/navigation_item_impl.h
|
| diff --git a/ios/web/navigation/navigation_item_impl.h b/ios/web/navigation/navigation_item_impl.h
|
| index 2280735b793494b12955c834f7a218c287ffc1f9..656e0a76a36dfa68ac527747afd12657d5dd4956 100644
|
| --- a/ios/web/navigation/navigation_item_impl.h
|
| +++ b/ios/web/navigation/navigation_item_impl.h
|
| @@ -119,6 +119,10 @@ class NavigationItemImpl : public web::NavigationItem {
|
| // non-persisted state, as documented on the members below.
|
| void ResetForCommit();
|
|
|
| + // Returns the title string to be used for a page with |url| if that page
|
| + // doesn't specify a title.
|
| + static base::string16 GetDisplayTitleForURL(const GURL& url);
|
| +
|
| private:
|
| // The NavigationManItemStorageBuilder functions require access to
|
| // private variables of NavigationItemImpl.
|
|
|