| Index: content/public/browser/browser_plugin_guest_delegate.cc
|
| diff --git a/content/public/browser/browser_plugin_guest_delegate.cc b/content/public/browser/browser_plugin_guest_delegate.cc
|
| index b3d0fb4a7f11afa7874cab9b45dd84f7fc516530..c627f571cb4330b5dfc38b42097e6ee2fbf0684c 100644
|
| --- a/content/public/browser/browser_plugin_guest_delegate.cc
|
| +++ b/content/public/browser/browser_plugin_guest_delegate.cc
|
| @@ -49,6 +49,13 @@ BrowserPluginGuestDelegate::GetJavaScriptDialogManager() {
|
| return NULL;
|
| }
|
|
|
| +ColorChooser* BrowserPluginGuestDelegate::OpenColorChooser(
|
| + WebContents* web_contents,
|
| + SkColor color,
|
| + const std::vector<ColorSuggestion>& suggestions) {
|
| + return NULL;
|
| +}
|
| +
|
| bool BrowserPluginGuestDelegate::HandleContextMenu(
|
| const ContextMenuParams& params) {
|
| return false;
|
|
|