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

Unified Diff: ios/web/web_state/web_state_delegate_stub.mm

Issue 2074733002: Add public API for handling Javascript alerts and prompt. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. Created 4 years, 6 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: ios/web/web_state/web_state_delegate_stub.mm
diff --git a/ios/web/web_state/web_state_delegate_stub.mm b/ios/web/web_state/web_state_delegate_stub.mm
index 53d0de4bc5899f4347d47b50bcba5329eea70f28..94ab01b318e717674677a4106d2653cce0a94105 100644
--- a/ios/web/web_state/web_state_delegate_stub.mm
+++ b/ios/web/web_state/web_state_delegate_stub.mm
@@ -4,8 +4,8 @@
#import "ios/web/web_state/web_state_delegate_stub.h"
-#import "ios/web/public/web_state/web_state.h"
#import "ios/web/public/web_state/context_menu_params.h"
Eugene But (OOO till 7-30) 2016/06/24 17:04:52 Could you please land this change separately :)
michaeldo 2016/06/27 20:30:10 will do :)
+#import "ios/web/public/web_state/web_state.h"
@implementation CRWWebStateDelegateStub {
// Backs up the property with the same name.

Powered by Google App Engine
This is Rietveld 408576698