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

Unified Diff: content/public/browser/page_navigator.cc

Issue 1093923003: Change FrameTreeNode id from int64 to int. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change FrameTreeNode id from int64 to int Created 5 years, 8 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 | « content/public/browser/page_navigator.h ('k') | content/test/test_navigation_url_loader_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/page_navigator.cc
diff --git a/content/public/browser/page_navigator.cc b/content/public/browser/page_navigator.cc
index f585501e9e46eb050e30313fa5dd5bb9420ea1c1..c919ee2d8ca0b5105497c83f003a0435f17fa5bc 100644
--- a/content/public/browser/page_navigator.cc
+++ b/content/public/browser/page_navigator.cc
@@ -26,7 +26,7 @@ OpenURLParams::OpenURLParams(
OpenURLParams::OpenURLParams(
const GURL& url,
const Referrer& referrer,
- int64 frame_tree_node_id,
+ int frame_tree_node_id,
WindowOpenDisposition disposition,
ui::PageTransition transition,
bool is_renderer_initiated)
« no previous file with comments | « content/public/browser/page_navigator.h ('k') | content/test/test_navigation_url_loader_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698