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

Unified Diff: chrome/browser/chrome_plugin_host.cc

Issue 131094: Add GetMessageHandlers to HtmlDialogUIDelegate to allow... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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 | « no previous file | chrome/browser/dom_ui/debugger_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_plugin_host.cc
===================================================================
--- chrome/browser/chrome_plugin_host.cc (revision 19317)
+++ chrome/browser/chrome_plugin_host.cc (working copy)
@@ -313,6 +313,8 @@
virtual bool IsDialogModal() const { return false; }
virtual std::wstring GetDialogTitle() const { return L"Gears"; }
virtual GURL GetDialogContentURL() const { return params_.url; }
+ virtual void GetDOMMessageHandlers(
+ std::vector<DOMMessageHandler*>* handlers) const {}
virtual void GetDialogSize(gfx::Size* size) const {
size->set_width(params_.width);
size->set_height(params_.height);
« no previous file with comments | « no previous file | chrome/browser/dom_ui/debugger_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698