| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index e321e5d1324a306c5c9797713672d6fe5851ba1f..fe0fec285889b6b355fc310cf1dd08b1824b971e 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -496,6 +496,11 @@ class Browser : public TabStripModelObserver,
|
| const content::BluetoothChooser::EventHandler& event_handler) override;
|
| void RequestAppBannerFromDevTools(
|
| content::WebContents* web_contents) override;
|
| + void PassiveInsecureContentFound(const GURL& resource_url) override;
|
| + bool ShouldAllowRunningInsecureContent(content::WebContents* web_contents,
|
| + bool allowed_per_prefs,
|
| + const url::Origin& origin,
|
| + const GURL& resource_url) override;
|
|
|
| bool is_type_tabbed() const { return type_ == TYPE_TABBED; }
|
| bool is_type_popup() const { return type_ == TYPE_POPUP; }
|
|
|