| 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 e344367a14fc7df7d59c3813ceb39f3450c9235a..63fabf3ab15b7d5fa31047d84d7b93d7a3592d7e 100644
|
| --- a/content/public/browser/web_contents_delegate.cc
|
| +++ b/content/public/browser/web_contents_delegate.cc
|
| @@ -131,6 +131,12 @@ bool WebContentsDelegate::IsFullscreenForTab(const WebContents* tab) const {
|
| return false;
|
| }
|
|
|
| +content::ColorChooser* WebContentsDelegate::OpenColorChooser(WebContents* tab,
|
| + int color_chooser_id,
|
| + const SkColor& color) {
|
| + return NULL;
|
| +}
|
| +
|
| void WebContentsDelegate::WebIntentDispatch(
|
| WebContents* tab,
|
| WebIntentsDispatcher* intents_dispatcher) {
|
|
|