| Index: chrome/browser/ui/browser.cc
|
| ===================================================================
|
| --- chrome/browser/ui/browser.cc (revision 212906)
|
| +++ chrome/browser/ui/browser.cc (working copy)
|
| @@ -166,7 +166,6 @@
|
| #include "content/public/browser/user_metrics.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/browser/web_contents_view.h"
|
| -#include "content/public/common/content_restriction.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "content/public/common/page_zoom.h"
|
| #include "content/public/common/renderer_preferences.h"
|
| @@ -1543,10 +1542,6 @@
|
| content::Details<RetargetingDetails>(&details));
|
| }
|
|
|
| -void Browser::ContentRestrictionsChanged(WebContents* source) {
|
| - command_controller_->ContentRestrictionsChanged();
|
| -}
|
| -
|
| void Browser::RendererUnresponsive(WebContents* source) {
|
| // Ignore hangs if a tab is blocked.
|
| int index = tab_strip_model_->GetIndexOfWebContents(source);
|
|
|