| Index: chrome/browser/ui/tab_contents/tab_contents_wrapper.h
|
| ===================================================================
|
| --- chrome/browser/ui/tab_contents/tab_contents_wrapper.h (revision 92179)
|
| +++ chrome/browser/ui/tab_contents/tab_contents_wrapper.h (working copy)
|
| @@ -259,6 +259,10 @@
|
| // Update the TabContents's RendererPreferences.
|
| void UpdateRendererPreferences();
|
|
|
| + // Create or destroy SafebrowsingDetectionHost as needed if the user's
|
| + // safe browsing preference has changed.
|
| + void UpdateSafebrowsingDetectionHost();
|
| +
|
| void RemoveInfoBarInternal(InfoBarDelegate* delegate, bool animate);
|
| void RemoveAllInfoBars(bool animate);
|
|
|
|
|