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

Unified Diff: chrome/browser/ui/app_modal_dialogs/message_box_handler.h

Issue 10389228: browser: Rename message_box_handler.* to javascript_dialog_creator.* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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/app_modal_dialogs/message_box_handler.h
diff --git a/chrome/browser/ui/app_modal_dialogs/message_box_handler.h b/chrome/browser/ui/app_modal_dialogs/message_box_handler.h
deleted file mode 100644
index a13ac5cd548ee8df9da5a4371912de3e4e596123..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/app_modal_dialogs/message_box_handler.h
+++ /dev/null
@@ -1,25 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_UI_APP_MODAL_DIALOGS_MESSAGE_BOX_HANDLER_H_
-#define CHROME_BROWSER_UI_APP_MODAL_DIALOGS_MESSAGE_BOX_HANDLER_H_
-#pragma once
-
-namespace content {
-class JavaScriptDialogCreator;
-}
-
-class ExtensionHost;
-
-// Returns a JavaScriptDialogCreator that creates real dialogs.
-// It returns a Singleton instance of JavaScriptDialogCreator,
-// which should not be deleted.
-content::JavaScriptDialogCreator* GetJavaScriptDialogCreatorInstance();
-
-// Creates and returns a JavaScriptDialogCreator owned by |extension_host|.
-// This is not the Singleton instance, so the caller must delete it.
-content::JavaScriptDialogCreator* CreateJavaScriptDialogCreatorInstance(
- ExtensionHost* extension_host);
-
-#endif // CHROME_BROWSER_UI_APP_MODAL_DIALOGS_MESSAGE_BOX_HANDLER_H_

Powered by Google App Engine
This is Rietveld 408576698