Chromium Code Reviews| Index: content/renderer/history_controller.h |
| diff --git a/content/renderer/history_controller.h b/content/renderer/history_controller.h |
| index 095836c4bef300351bfec7c5f4f1fae95153a1f9..a9d84d69135ae42530d1cdcef38bb52b4d295f19 100644 |
| --- a/content/renderer/history_controller.h |
| +++ b/content/renderer/history_controller.h |
| @@ -46,6 +46,7 @@ |
| namespace blink { |
| class WebFrame; |
| +class WebLocalFrame; |
| } |
| namespace content { |
| @@ -114,7 +115,8 @@ class CONTENT_EXPORT HistoryController { |
| provisional_entry_ = entry.Pass(); |
| } |
| - void GoToEntry(scoped_ptr<HistoryEntry> entry, |
| + void GoToEntry(blink::WebLocalFrame* frame, |
|
Avi (use Gerrit)
2015/06/24 14:59:43
name this |main_frame| to match the .cc file, as w
|
| + scoped_ptr<HistoryEntry> entry, |
| scoped_ptr<NavigationParams> navigation_params, |
| blink::WebURLRequest::CachePolicy cache_policy); |