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

Unified Diff: content/renderer/history_controller.h

Issue 1212363002: Pass explicitly the frame to HistoryController::GoToEntry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | content/renderer/history_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/history_controller.h
diff --git a/content/renderer/history_controller.h b/content/renderer/history_controller.h
index 095836c4bef300351bfec7c5f4f1fae95153a1f9..4f90fc04e2e6007a26e12264c22ffa256291bb7b 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* main_frame,
+ scoped_ptr<HistoryEntry> entry,
scoped_ptr<NavigationParams> navigation_params,
blink::WebURLRequest::CachePolicy cache_policy);
« no previous file with comments | « no previous file | content/renderer/history_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698