Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(976)

Unified Diff: extensions/browser/guest_view/web_view/web_view_guest.cc

Issue 889873004: Move Color Picker Plumbing From WebViewGuest to GuestViewBase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/browser/guest_view/web_view/web_view_guest.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/guest_view/web_view/web_view_guest.cc
diff --git a/extensions/browser/guest_view/web_view/web_view_guest.cc b/extensions/browser/guest_view/web_view/web_view_guest.cc
index fef24cf06c6fdcae41ee114dae7f98f2e63eff02..e9c25ba23e1afb1c42174ed948b7be2d1647e083 100644
--- a/extensions/browser/guest_view/web_view/web_view_guest.cc
+++ b/extensions/browser/guest_view/web_view/web_view_guest.cc
@@ -861,16 +861,6 @@ content::JavaScriptDialogManager* WebViewGuest::GetJavaScriptDialogManager(
return &javascript_dialog_helper_;
}
-content::ColorChooser* WebViewGuest::OpenColorChooser(
- WebContents* web_contents,
- SkColor color,
- const std::vector<content::ColorSuggestion>& suggestions) {
- if (!attached() || !embedder_web_contents()->GetDelegate())
- return nullptr;
- return embedder_web_contents()->GetDelegate()->OpenColorChooser(
- web_contents, color, suggestions);
-}
-
void WebViewGuest::NavigateGuest(const std::string& src,
bool force_navigation) {
if (src.empty())
« no previous file with comments | « extensions/browser/guest_view/web_view/web_view_guest.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698