| Index: chrome/browser/ui/views/about_chrome_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/about_chrome_view.cc (revision 74020)
|
| +++ chrome/browser/ui/views/about_chrome_view.cc (working copy)
|
| @@ -22,7 +22,6 @@
|
| #include "chrome/browser/metrics/user_metrics.h"
|
| #include "chrome/browser/platform_util.h"
|
| #include "chrome/browser/prefs/pref_service.h"
|
| -#include "chrome/browser/ui/views/accessible_view_helper.h"
|
| #include "chrome/browser/ui/views/window.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_version_info.h"
|
| @@ -427,10 +426,6 @@
|
| throbber_topleft_y + 1,
|
| parent_bounds.width() - update_label_x,
|
| sz.height());
|
| -
|
| - if (!accessible_view_helper_.get())
|
| - accessible_view_helper_.reset(
|
| - new AccessibleViewHelper(GetParent(), profile_));
|
| }
|
|
|
|
|
|
|