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

Unified Diff: content/browser/android/content_view_client.h

Issue 10907166: Upstream chromium side of modal dialogs for webview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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: content/browser/android/content_view_client.h
diff --git a/content/browser/android/content_view_client.h b/content/browser/android/content_view_client.h
index e90ef29125d6c051f028a15f11ae9af7829ad05d..b28915e710f6d0f27b9913f6b060f62a8d3dc6b3 100644
--- a/content/browser/android/content_view_client.h
+++ b/content/browser/android/content_view_client.h
@@ -8,7 +8,6 @@
#include "base/android/jni_helper.h"
#include "base/compiler_specific.h"
#include "content/public/browser/native_web_keyboard_event.h"
-#include "content/public/common/javascript_message_type.h"
#include "content/public/common/referrer.h"
#include "googleurl/src/gurl.h"
#include "net/base/net_errors.h"
@@ -84,15 +83,6 @@ class ContentViewClient {
void OnInterstitialShown();
void OnInterstitialHidden();
- void SetJavaScriptDialogCreator(
- JavaScriptDialogCreator* javascript_dialog_creator);
-
- bool OnJSModalDialog(JavaScriptMessageType type,
- bool is_before_unload_dialog,
- const GURL& url,
- const string16& message,
- const string16& default_value);
-
private:
// Get the closest ContentViewClient match to the given Chrome error code.
static ContentViewClientError ToContentViewClientError(int net_error);

Powered by Google App Engine
This is Rietveld 408576698