Index: content/browser/web_contents/web_contents_impl.cc |
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc |
index 8f6bfe119faf03f2fae0155768483b36596ada24..7ab54bf0cab318432f04509f45773d236b9ffafb 100644 |
--- a/content/browser/web_contents/web_contents_impl.cc |
+++ b/content/browser/web_contents/web_contents_impl.cc |
@@ -332,6 +332,7 @@ WebContentsImpl::WebContentsImpl(BrowserContext* browser_context, |
accessibility_mode_( |
BrowserAccessibilityStateImpl::GetInstance()->accessibility_mode()), |
audio_stream_monitor_(this), |
+ virtual_keyboard_requested_(false), |
loading_weak_factory_(this) { |
for (size_t i = 0; i < g_created_callbacks.Get().size(); i++) |
g_created_callbacks.Get().at(i).Run(this); |