| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 109f672e79d2e215a1b16f3eb859ab4d4b88cc52..866cc598bc5371f90ccd7cf9a23507c9bc7ac14e 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -1121,9 +1121,6 @@ class CONTENT_EXPORT WebContentsImpl
|
|
|
| // Data for current page -----------------------------------------------------
|
|
|
| - // When a title cannot be taken from any entry, this title will be used.
|
| - base::string16 page_title_when_no_navigation_entry_;
|
| -
|
| // When a navigation occurs, we record its contents MIME type. It can be
|
| // used to check whether we can do something for some special contents.
|
| std::string contents_mime_type_;
|
|
|