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

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, 2 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: 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..b9eef64095824d177651c02691c2a84870ee2a8b 100644
--- a/components/app_modal_dialogs/native_app_modal_dialog.h
+++ b/components/app_modal_dialogs/native_app_modal_dialog.h
@@ -28,10 +28,12 @@ class NativeAppModalDialog {
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);
+ */
Avi (use Gerrit) 2014/10/29 17:40:57 Don't commit commented-out code.
oshima 2014/10/31 15:54:45 oops sorry. done.
};
#endif // COMPONENTS_APP_MODAL_DIALOGS_NATIVE_APP_MODAL_DIALOG_H_

Powered by Google App Engine
This is Rietveld 408576698