diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-17 18:27:04 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-17 18:27:04 +0000 |
commit | bb89e748843dc73b37f269eb6140fd8e1d5f5a1a (patch) | |
tree | d1c30243f7b1efa03c0331a84d7985dcd66b1784 /chrome/browser/ui/browser_navigator.h | |
parent | 501a6c88d1db53f0beffa9049d32f4a49b4c8818 (diff) | |
download | chromium_src-bb89e748843dc73b37f269eb6140fd8e1d5f5a1a.zip chromium_src-bb89e748843dc73b37f269eb6140fd8e1d5f5a1a.tar.gz chromium_src-bb89e748843dc73b37f269eb6140fd8e1d5f5a1a.tar.bz2 |
DOMUI: Add |ignore_path| to NavigateParams and use this to implement opening a singleton settings window.
BUG=59889
TEST=none
Review URL: http://codereview.chromium.org/4145013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66472 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/browser_navigator.h')
-rw-r--r-- | chrome/browser/ui/browser_navigator.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/ui/browser_navigator.h b/chrome/browser/ui/browser_navigator.h index 1d3020d4..67bebbd 100644 --- a/chrome/browser/ui/browser_navigator.h +++ b/chrome/browser/ui/browser_navigator.h @@ -119,6 +119,10 @@ struct NavigateParams { // automatically. bool show_window; + // True if the paths of the target content's URL and |url| should be ignored + // when locating a singleton tab. + bool ignore_path; + // [in] Specifies a Browser object where the navigation could occur or the // tab could be added. Navigate() is not obliged to use this Browser if // it is not compatible with the operation being performed. If NULL, |