| Index: content/browser/tab_contents/interstitial_page.h
|
| diff --git a/content/browser/tab_contents/interstitial_page.h b/content/browser/tab_contents/interstitial_page.h
|
| index 263351921e94659d577ba2ecf35c806ec0bfec3b..0d5e0436d420dbf3ec205646f1547336e57088ab 100644
|
| --- a/content/browser/tab_contents/interstitial_page.h
|
| +++ b/content/browser/tab_contents/interstitial_page.h
|
| @@ -130,7 +130,8 @@ class InterstitialPage : public NotificationObserver,
|
| const ViewHostMsg_FrameNavigate_Params& params);
|
| virtual void UpdateTitle(RenderViewHost* render_view_host,
|
| int32 page_id,
|
| - const std::wstring& title);
|
| + const string16& title,
|
| + WebKit::WebTextDirection title_direction) OVERRIDE;
|
| virtual void DomOperationResponse(const std::string& json_string,
|
| int automation_id);
|
| virtual RendererPreferences GetRendererPrefs(Profile* profile) const;
|
|
|