| Index: chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| diff --git a/chrome/browser/tab_contents/render_view_host_delegate_helper.cc b/chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| index e2f25a5a8aab4239ea766c5e68dcbe8626a3974c..c84ac633f3904bfe8fc63dec862dfca8351e8c21 100644
|
| --- a/chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| +++ b/chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| @@ -476,6 +476,8 @@ WebPreferences RenderViewHostDelegateHelper::GetWebkitPrefs(
|
| !command_line.HasSwitch(switches::kDisableInteractiveFormValidation);
|
| web_prefs.fullscreen_enabled =
|
| !command_line.HasSwitch(switches::kDisableFullScreen);
|
| + web_prefs.pointer_lock_enabled =
|
| + command_line.HasSwitch(switches::kEnablePointerLock);
|
| web_prefs.allow_displaying_insecure_content =
|
| prefs->GetBoolean(prefs::kWebKitAllowDisplayingInsecureContent);
|
| web_prefs.allow_running_insecure_content =
|
|
|