| Index: chrome/browser/ui/views/settings_api_bubble_helper_views.h
|
| diff --git a/chrome/browser/ui/views/settings_api_bubble_helper_views.h b/chrome/browser/ui/views/settings_api_bubble_helper_views.h
|
| index a475ed71c3e4d9a4e4ab3b018c4b676a37faf62f..e5892f83394a17db2a86f567d96cc50ecf65f72d 100644
|
| --- a/chrome/browser/ui/views/settings_api_bubble_helper_views.h
|
| +++ b/chrome/browser/ui/views/settings_api_bubble_helper_views.h
|
| @@ -28,6 +28,13 @@ void MaybeShowExtensionControlledSearchNotification(
|
| content::WebContents* web_contents,
|
| const AutocompleteMatch& match);
|
|
|
| +// Shows a bubble notifying the user that the new tab page is controlled by an
|
| +// extension. This bubble is shown only the first time the new tab page is shown
|
| +// after the controlling extension takes effect.
|
| +void MaybeShowExtensionControlledNewTabPage(
|
| + Browser* browser,
|
| + content::WebContents* web_contents);
|
| +
|
| } // namespace extensions
|
|
|
| #endif // CHROME_BROWSER_UI_VIEWS_SETTINGS_API_BUBBLE_HELPER_VIEWS_H_
|
|
|