Index: chrome/browser/ui/extensions/shell_window.cc |
diff --git a/chrome/browser/ui/extensions/shell_window.cc b/chrome/browser/ui/extensions/shell_window.cc |
index ff7881de4aac72bb417aeeb8e0a6cf8354d9c246..438fcb0dd15bfce37145dea696e5ef89c46f7daf 100644 |
--- a/chrome/browser/ui/extensions/shell_window.cc |
+++ b/chrome/browser/ui/extensions/shell_window.cc |
@@ -104,8 +104,8 @@ ShellWindow::ShellWindow(Profile* profile, |
content::WebContentsObserver::Observe(web_contents_); |
web_contents_->SetDelegate(this); |
web_contents_->SetViewType(chrome::VIEW_TYPE_APP_SHELL); |
- web_contents_->GetMutableRendererPrefs()->browser_handles_all_requests = |
- true; |
+ web_contents_->GetMutableRendererPrefs()-> |
+ browser_handles_all_top_level_requests = true; |
web_contents_->GetRenderViewHost()->SyncRendererPrefs(); |
web_contents_->GetController().LoadURL( |