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

Unified Diff: chrome/browser/modal_html_dialog_delegate.h

Issue 27150: Make chrome_plugin_host.cc and chrome_plugin_util.cc compile on Posix. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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: chrome/browser/modal_html_dialog_delegate.h
===================================================================
--- chrome/browser/modal_html_dialog_delegate.h (revision 10402)
+++ chrome/browser/modal_html_dialog_delegate.h (working copy)
@@ -7,6 +7,7 @@
#include <vector>
+#include "base/gfx/size.h"
#include "chrome/browser/dom_ui/html_dialog_contents.h"
#include "chrome/common/notification_observer.h"
@@ -31,7 +32,7 @@
virtual bool IsDialogModal() const;
virtual std::wstring GetDialogTitle() const { return L"Google Gears"; }
virtual GURL GetDialogContentURL() const;
- virtual void GetDialogSize(CSize* size) const;
+ virtual void GetDialogSize(gfx::Size* size) const;
virtual std::string GetDialogArgs() const;
virtual void OnDialogClosed(const std::string& json_retval);

Powered by Google App Engine
This is Rietveld 408576698