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

Unified Diff: components/app_modal_dialogs/native_app_modal_dialog.h

Issue 666533007: Move JavaScriptDialogManager, JavascriptAppModalDialogViews to components/app_modal_dialogs (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 6 years, 1 month 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: components/app_modal_dialogs/native_app_modal_dialog.h
diff --git a/components/app_modal_dialogs/native_app_modal_dialog.h b/components/app_modal_dialogs/native_app_modal_dialog.h
index 88db7639a4ecc3e2e52e163bc494eaa621e8ace0..0d46659beb6da493036700ec17483e4dcc9ab038 100644
--- a/components/app_modal_dialogs/native_app_modal_dialog.h
+++ b/components/app_modal_dialogs/native_app_modal_dialog.h
@@ -27,11 +27,6 @@ class NativeAppModalDialog {
// Accepts or cancels the dialog.
virtual void AcceptAppModalDialog() = 0;
virtual void CancelAppModalDialog() = 0;
-
- // Creates an app modal dialog for a JavaScript prompt.
- static NativeAppModalDialog* CreateNativeJavaScriptPrompt(
- JavaScriptAppModalDialog* dialog,
- gfx::NativeWindow parent_window);
};
#endif // COMPONENTS_APP_MODAL_DIALOGS_NATIVE_APP_MODAL_DIALOG_H_

Powered by Google App Engine
This is Rietveld 408576698