| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 3d8f3c58817471e6b3de4e7720c35a2efc163ddc..a657c7997a6aec7f38bfbc826da3f84f09e4b9b0 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -674,6 +674,7 @@ void Browser::OpenHelpWindow(Profile* profile) {
|
| browser->window()->Show();
|
| }
|
|
|
| +// static
|
| void Browser::OpenOptionsWindow(Profile* profile) {
|
| Browser* browser = Browser::Create(profile);
|
| browser->ShowOptionsTab(chrome::kDefaultOptionsSubPage);
|
|
|