| Index: chrome/browser/ui/webui/options/browser_options_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/browser_options_handler.h b/chrome/browser/ui/webui/options/browser_options_handler.h
|
| index d1b7660eefbe9aa7b22716810c8eaf188ed00d0f..ca9cd371572929e76668f0e56fa6d21a8643a728 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.h
|
| @@ -137,6 +137,9 @@ class BrowserOptionsHandler
|
| // Returns if the "make Chrome default browser" button should be shown.
|
| bool ShouldShowSetDefaultBrowser();
|
|
|
| + // Returns if profiles list should be shown on settings page.
|
| + bool ShouldShowMultiProfilesUserList();
|
| +
|
| // Gets the current default browser state, and asynchronously reports it to
|
| // the WebUI page.
|
| void UpdateDefaultBrowserState();
|
|
|