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

Unified Diff: chrome/browser/ui/webui/web_dialog_controller.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/ui/webui/web_dialog_controller.cc
===================================================================
--- chrome/browser/ui/webui/web_dialog_controller.cc (revision 133680)
+++ chrome/browser/ui/webui/web_dialog_controller.cc (working copy)
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/ui/webui/html_dialog_controller.h"
+#include "chrome/browser/ui/webui/web_dialog_controller.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/browser.h"
@@ -10,9 +10,10 @@
#include "content/public/browser/notification_service.h"
#include "content/public/browser/notification_source.h"
-HtmlDialogController::HtmlDialogController(HtmlDialogUIDelegate* delegate,
- Profile* profile,
- Browser* browser)
+WebDialogController::WebDialogController(
+ WebDialogDelegate* delegate,
+ Profile* profile,
+ Browser* browser)
: dialog_delegate_(delegate) {
// It's only safe to show an off the record profile under one of two
// circumstances:
@@ -32,7 +33,7 @@
}
// content::NotificationObserver implementation:
-void HtmlDialogController::Observe(
+void WebDialogController::Observe(
int type,
const content::NotificationSource& source,
const content::NotificationDetails& details) {
« no previous file with comments | « chrome/browser/ui/webui/web_dialog_controller.h ('k') | chrome/browser/ui/webui/web_dialog_controller_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698