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

Unified Diff: chrome/browser/chromeos/sim_dialog_delegate.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/chromeos/sim_dialog_delegate.h
===================================================================
--- chrome/browser/chromeos/sim_dialog_delegate.h (revision 133969)
+++ chrome/browser/chromeos/sim_dialog_delegate.h (working copy)
@@ -5,13 +5,13 @@
#ifndef CHROME_BROWSER_CHROMEOS_SIM_DIALOG_DELEGATE_H_
#define CHROME_BROWSER_CHROMEOS_SIM_DIALOG_DELEGATE_H_
-#include "chrome/browser/ui/webui/html_dialog_ui.h"
+#include "chrome/browser/ui/webui/web_dialog_ui.h"
#include "ui/gfx/native_widget_types.h"
namespace chromeos {
// SIM unlock dialog displayed in cases when SIM card has to be unlocked.
-class SimDialogDelegate : public HtmlDialogUIDelegate {
+class SimDialogDelegate : public WebDialogDelegate {
public:
// Type of the SIM dialog that is launched.
typedef enum SimDialogMode {
@@ -29,7 +29,7 @@
private:
virtual ~SimDialogDelegate();
- // Overridden from HtmlDialogUI::Delegate:
+ // Overridden from WebDialogDelegate:
virtual ui::ModalType GetDialogModalType() const OVERRIDE;
virtual string16 GetDialogTitle() const OVERRIDE;
virtual GURL GetDialogContentURL() const OVERRIDE;
« no previous file with comments | « chrome/browser/chromeos/login/proxy_settings_dialog.h ('k') | chrome/browser/chromeos/sim_dialog_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698