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

Unified Diff: ios/web/web_state/web_state_observer.cc

Issue 986743003: Upstream (most of) ios/web/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix namespace comment Created 5 years, 9 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
« no previous file with comments | « ios/web/web_state/js/crw_js_injection_receiver.mm ('k') | ios/web/web_state/web_state_observer_bridge.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/web_state_observer.cc
diff --git a/ios/web/web_state/web_state_observer.cc b/ios/web/web_state/web_state_observer.cc
index f6d5053fa50fb25a627178d2c37423b9a45dcc14..8e010657348ce5971ff1840a185995b192d19008 100644
--- a/ios/web/web_state/web_state_observer.cc
+++ b/ios/web/web_state/web_state_observer.cc
@@ -9,6 +9,8 @@
namespace web {
+int WebStateObserver::kInvalidFormKeyCode = -1;
+
WebStateObserver::WebStateObserver(WebState* web_state) : web_state_(nullptr) {
Observe(web_state);
}
« no previous file with comments | « ios/web/web_state/js/crw_js_injection_receiver.mm ('k') | ios/web/web_state/web_state_observer_bridge.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698