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 7a4409d1e15d8db5a95b0912da3523f3ed38cfbb..17bf7262647e80ce896139536a1bd579816e30bd 100644 |
--- a/content/public/browser/web_contents_delegate.cc |
+++ b/content/public/browser/web_contents_delegate.cc |
@@ -132,6 +132,10 @@ bool WebContentsDelegate::IsFullscreenForTabOrPending( |
return false; |
} |
+void WebContentsDelegate::RequestShowTopControls(WebContents* web_contents, |
+ bool show) { |
+} |
+ |
content::ColorChooser* WebContentsDelegate::OpenColorChooser( |
WebContents* web_contents, |
int color_chooser_id, |