Index: chrome/browser/ui/browser_navigator.h |
diff --git a/chrome/browser/ui/browser_navigator.h b/chrome/browser/ui/browser_navigator.h |
index f82c235e7742fbe898a6e8cd2620da247d45048b..2cfee0bb353cf33e5ce15ff7be39bf45631663cc 100644 |
--- a/chrome/browser/ui/browser_navigator.h |
+++ b/chrome/browser/ui/browser_navigator.h |
@@ -96,7 +96,8 @@ struct NavigateParams { |
// constructor. |
content::PageTransition transition; |
- // Whether this navigation was initiated by the renderer process. |
+ // Whether this navigation was initiated by the renderer process. Default is |
+ // false. |
bool is_renderer_initiated; |
// The index the caller would like the tab to be positioned at in the |