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

Unified Diff: extensions/components/javascript_dialog_extensions_client/javascript_dialog_extension_client_impl.h

Issue 666533007: Move JavaScriptDialogManager, JavascriptAppModalDialogViews to components/app_modal_dialogs (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: similarity=30 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: extensions/components/javascript_dialog_extensions_client/javascript_dialog_extension_client_impl.h
diff --git a/android_webview/common/aw_crash_handler.h b/extensions/components/javascript_dialog_extensions_client/javascript_dialog_extension_client_impl.h
similarity index 30%
copy from android_webview/common/aw_crash_handler.h
copy to extensions/components/javascript_dialog_extensions_client/javascript_dialog_extension_client_impl.h
index 60e1d152a89f8719e45594c02839daedc780392b..7aa2d222afde12eeaf07ba98ca9892241baef20a 100644
--- a/android_webview/common/aw_crash_handler.h
+++ b/extensions/components/javascript_dialog_extensions_client/javascript_dialog_extension_client_impl.h
@@ -2,17 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ANDROID_WEBVIEW_COMMON_AW_CRASH_HANDLER_H_
-#define ANDROID_WEBVIEW_COMMON_AW_CRASH_HANDLER_H_
+#ifndef EXTENSIONS_COMPONENTS_JAVASCRIPT_DIALOG_EXTENSIONS_CLIENT_JAVASCRIPT_DIALOG_EXTENSION_CLIENT_IMPL_H_
+#define EXTENSIONS_COMPONENTS_JAVASCRIPT_DIALOG_EXTENSIONS_CLIENT_JAVASCRIPT_DIALOG_EXTENSION_CLIENT_IMPL_H_
-#include <string>
+void InstallJavaScriptDialogExtensionsClient();
-namespace android_webview {
-namespace crash_handler {
+#endif // EXTENSIONS_COMPONENTS_JAVASCRIPT_DIALOG_EXTENSIONS_CLIENT_JAVASCRIPT_DIALOG_EXTENSION_CLIENT_IMPL_H_
-void RegisterCrashHandler(const std::string& version);
-
-} // namespace crash_handler
-} // namespace android_webview
-
-#endif // ANDROID_WEBVIEW_COMMON_AW_CRASH_HANDLER_H_

Powered by Google App Engine
This is Rietveld 408576698