| Index: chrome/browser/ui/chrome_pages.h
|
| diff --git a/chrome/browser/ui/chrome_pages.h b/chrome/browser/ui/chrome_pages.h
|
| index 79354d003a0e1d0552e1b7be5d50b381ac67356e..070f1ab69d252dc2994909b2e8def98ac57e9560 100644
|
| --- a/chrome/browser/ui/chrome_pages.h
|
| +++ b/chrome/browser/ui/chrome_pages.h
|
| @@ -75,6 +75,8 @@ void ShowSettings(Browser* browser);
|
| void ShowSettingsSubPage(Browser* browser, const std::string& sub_page);
|
| void ShowSettingsSubPageForProfile(Profile* profile,
|
| const std::string& sub_page);
|
| +void ShowContentSettingsExceptions(Browser* browser,
|
| + ContentSettingsType content_settings_type);
|
| void ShowContentSettings(Browser* browser,
|
| ContentSettingsType content_settings_type);
|
| void ShowSettingsSubPageInTabbedBrowser(Browser* browser,
|
|
|