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

Unified Diff: content/browser/web_contents/web_contents_impl.cc

Issue 13150004: Support color chooser inside extesions, apps, chrome frame, dev tool (Closed) Base URL: http://git.chromium.org/chromium/src.git@ngcolor
Patch Set: Created 7 years, 9 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
Index: content/browser/web_contents/web_contents_impl.cc
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
index 12c4c072db9d1807ee6ff1ba75c4084a6bd04b69..526edb9e89a8923a40d7750280b5a05e7079b9b2 100644
--- a/content/browser/web_contents/web_contents_impl.cc
+++ b/content/browser/web_contents/web_contents_impl.cc
@@ -1984,8 +1984,6 @@ void WebContentsImpl::DidChooseColorInColorChooser(int color_chooser_id,
void WebContentsImpl::DidEndColorChooser(int color_chooser_id) {
Send(new ViewMsg_DidEndColorChooser(GetRoutingID(), color_chooser_id));
- if (delegate_)
- delegate_->DidEndColorChooser();
color_chooser_ = NULL;
}

Powered by Google App Engine
This is Rietveld 408576698