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

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

Issue 10825317: Convert banned calls to use Navigate in ash app list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
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

Powered by Google App Engine
This is Rietveld 408576698