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

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

Issue 12082123: Rename JavaScriptDialogCreator to JavaScriptDialogManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 11 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/javascript_dialog_creator.h
diff --git a/chrome/browser/ui/app_modal_dialogs/javascript_dialog_creator.h b/chrome/browser/ui/app_modal_dialogs/javascript_dialog_creator.h
deleted file mode 100644
index a01de88bbec34d284173e612d159360a1535176e..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/app_modal_dialogs/javascript_dialog_creator.h
+++ /dev/null
@@ -1,26 +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_JAVASCRIPT_DIALOG_CREATOR_H_
-#define CHROME_BROWSER_UI_APP_MODAL_DIALOGS_JAVASCRIPT_DIALOG_CREATOR_H_
-
-namespace content {
-class JavaScriptDialogCreator;
-}
-
-namespace extensions {
-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(
- extensions::ExtensionHost* extension_host);
-
-#endif // CHROME_BROWSER_UI_APP_MODAL_DIALOGS_JAVASCRIPT_DIALOG_CREATOR_H_

Powered by Google App Engine
This is Rietveld 408576698