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

Unified Diff: chrome/browser/ui/browser_navigator.h

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 | « no previous file | content/browser/frame_host/frame_accessibility.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_navigator.h
diff --git a/chrome/browser/ui/browser_navigator.h b/chrome/browser/ui/browser_navigator.h
index 2a4b7ff267123f4b2f0af8d6a47d5cfd94ef5e0a..7a528c6992c369db048e78df05545742b36d84c7 100644
--- a/chrome/browser/ui/browser_navigator.h
+++ b/chrome/browser/ui/browser_navigator.h
@@ -67,7 +67,7 @@ struct NavigateParams {
content::Referrer referrer;
// The browser-global ID of the frame to navigate, or -1 for the main frame.
- int64 frame_tree_node_id;
+ int frame_tree_node_id;
// Any redirect URLs that occurred for this navigation before |url|.
// Usually empty.
« no previous file with comments | « no previous file | content/browser/frame_host/frame_accessibility.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698