| 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..6794f3a3cabf1bc74d113ef3a1f6b9edfb944e53 100644
|
| --- a/chrome/browser/ui/chrome_pages.h
|
| +++ b/chrome/browser/ui/chrome_pages.h
|
| @@ -77,6 +77,8 @@ void ShowSettingsSubPageForProfile(Profile* profile,
|
| const std::string& sub_page);
|
| void ShowContentSettings(Browser* browser,
|
| ContentSettingsType content_settings_type);
|
| +void ShowDefaultContentSettings(Browser* browser,
|
| + ContentSettingsType content_settings_type);
|
| void ShowSettingsSubPageInTabbedBrowser(Browser* browser,
|
| const std::string& sub_page);
|
| void ShowClearBrowsingDataDialog(Browser* browser);
|
|
|