| Index: content/public/browser/web_contents_delegate.cc
|
| diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc
|
| index 461927c294156cb276db6da34be783ddb40e3eba..c5494d08d62d503e1bba88b9bb293153880d9999 100644
|
| --- a/content/public/browser/web_contents_delegate.cc
|
| +++ b/content/public/browser/web_contents_delegate.cc
|
| @@ -155,6 +155,11 @@ bool WebContentsDelegate::IsFullscreenForTabOrPending(
|
| return false;
|
| }
|
|
|
| +blink::WebDisplayMode WebContentsDelegate::GetDisplayMode(
|
| + const WebContents* web_contents) const {
|
| + return blink::WebDisplayModeBrowser;
|
| +}
|
| +
|
| content::ColorChooser* WebContentsDelegate::OpenColorChooser(
|
| WebContents* web_contents,
|
| SkColor color,
|
|
|