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

Unified Diff: chrome/browser/chromeos/sim_dialog_delegate.cc

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.cc
===================================================================
--- chrome/browser/chromeos/sim_dialog_delegate.cc (revision 133969)
+++ chrome/browser/chromeos/sim_dialog_delegate.cc (working copy)
@@ -9,7 +9,7 @@
#include "chrome/browser/profiles/profile_manager.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/browser_list.h"
-#include "chrome/browser/ui/views/html_dialog_view.h"
+#include "chrome/browser/ui/views/web_dialog_view.h"
#include "chrome/common/url_constants.h"
#include "ui/views/view.h"
#include "ui/views/widget/widget.h"
@@ -48,9 +48,9 @@
void SimDialogDelegate::ShowDialog(gfx::NativeWindow owning_window,
SimDialogMode mode) {
views::Widget::CreateWindowWithParent(
- new HtmlDialogView(ProfileManager::GetDefaultProfileOrOffTheRecord(),
- BrowserList::GetLastActive(),
- new SimDialogDelegate(mode)),
+ new WebDialogView(ProfileManager::GetDefaultProfileOrOffTheRecord(),
+ BrowserList::GetLastActive(),
+ new SimDialogDelegate(mode)),
owning_window)->Show();
}
« no previous file with comments | « chrome/browser/chromeos/sim_dialog_delegate.h ('k') | chrome/browser/printing/cloud_print/cloud_print_setup_flow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698