| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 693e84d96148a486101ae1a1e7ed6401e516c791..b1ee43396e633348f9d8eedf72977e9c11b85a89 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -387,11 +387,6 @@ class Browser : public TabStripModelObserver,
|
| // in |SupportsWindowFeature| for details on this.
|
| bool CanSupportWindowFeature(WindowFeature feature) const;
|
|
|
| - // TODO(port): port these, and re-merge the two function declaration lists.
|
| - // Page-related commands.
|
| - void ToggleEncodingAutoDetect();
|
| - void OverrideEncoding(int encoding_id);
|
| -
|
| // Show various bits of UI
|
| void OpenFile();
|
|
|
|
|