diff options
Diffstat (limited to 'chrome/browser/ui/browser_navigator.h')
-rw-r--r-- | chrome/browser/ui/browser_navigator.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/ui/browser_navigator.h b/chrome/browser/ui/browser_navigator.h index 3d84109..93e5597 100644 --- a/chrome/browser/ui/browser_navigator.h +++ b/chrome/browser/ui/browser_navigator.h @@ -141,9 +141,6 @@ struct NavigateParams { // If non-empty, the new tab is an app tab. std::string extension_app_id; - // If non-empty, the new tab contents encoding is overriden by this value. - std::string override_encoding; - // If non-empty, specifies the desired initial position and size of the // window if |disposition| == NEW_POPUP. // TODO(beng): Figure out if this can be used to create Browser windows |