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

Unified Diff: chrome/browser/chromeos/choose_mobile_network_dialog.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/choose_mobile_network_dialog.h
===================================================================
--- chrome/browser/chromeos/choose_mobile_network_dialog.h (revision 133969)
+++ chrome/browser/chromeos/choose_mobile_network_dialog.h (working copy)
@@ -5,13 +5,13 @@
#ifndef CHROME_BROWSER_CHROMEOS_CHOOSE_MOBILE_NETWORK_DIALOG_H_
#define CHROME_BROWSER_CHROMEOS_CHOOSE_MOBILE_NETWORK_DIALOG_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 {
// Dialog for manual selection of cellular network.
-class ChooseMobileNetworkDialog : private HtmlDialogUIDelegate {
+class ChooseMobileNetworkDialog : public WebDialogDelegate {
public:
// Shows the dialog box.
static void ShowDialog(gfx::NativeWindow owning_window);
@@ -19,7 +19,7 @@
private:
ChooseMobileNetworkDialog();
- // 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/autofill/autofill_feedback_infobar_delegate.cc ('k') | chrome/browser/chromeos/choose_mobile_network_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698