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

Unified Diff: chrome/browser/printing/cloud_print/cloud_print_setup_flow.h

Issue 10214001: WebDialogs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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/printing/cloud_print/cloud_print_setup_flow.h
===================================================================
--- chrome/browser/printing/cloud_print/cloud_print_setup_flow.h (revision 133969)
+++ chrome/browser/printing/cloud_print/cloud_print_setup_flow.h (working copy)
@@ -10,7 +10,7 @@
#include "base/memory/weak_ptr.h"
#include "base/time.h"
-#include "chrome/browser/ui/webui/html_dialog_ui.h"
+#include "chrome/browser/ui/webui/web_dialog_ui.h"
#include "chrome/common/net/gaia/gaia_auth_consumer.h"
#include "chrome/common/net/gaia/gaia_auth_fetcher.h"
#include "chrome/common/net/gaia/google_service_auth_error.h"
@@ -45,7 +45,7 @@
// handler and this class. In order to centralize all the flow control and
// content in the WebUI, the WebUI object is given to this object by the
// message handler through the Attach(WebUI*) method.
-class CloudPrintSetupFlow : public HtmlDialogUIDelegate,
+class CloudPrintSetupFlow : public WebDialogDelegate,
public GaiaAuthConsumer {
public:
class Delegate {
@@ -68,7 +68,7 @@
// obscured by a browser window.
void Focus();
- // HtmlDialogUIDelegate implementation.
+ // WebDialogDelegate implementation.
virtual GURL GetDialogContentURL() const OVERRIDE;
virtual void GetWebUIMessageHandlers(
std::vector<content::WebUIMessageHandler*>* handlers) const OVERRIDE;
« no previous file with comments | « chrome/browser/chromeos/sim_dialog_delegate.cc ('k') | chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698