| Index: chrome/browser/tab_contents/thumbnail_generator.cc
|
| diff --git a/chrome/browser/tab_contents/thumbnail_generator.cc b/chrome/browser/tab_contents/thumbnail_generator.cc
|
| index a26bca08c39766143ca231983fa211eaaa5bd4ae..c37071918801f96ded0fa3312f8f7e3d5b66f200 100644
|
| --- a/chrome/browser/tab_contents/thumbnail_generator.cc
|
| +++ b/chrome/browser/tab_contents/thumbnail_generator.cc
|
| @@ -180,7 +180,7 @@ void ThumbnailGenerator::MonitorRenderer(RenderWidgetHost* renderer,
|
| this,
|
| NotificationType::RENDER_WIDGET_HOST_WILL_DESTROY_BACKING_STORE,
|
| renderer_source);
|
| - if (monitor |= currently_monitored) {
|
| + if (monitor != currently_monitored) {
|
| if (monitor) {
|
| registrar_.Add(
|
| this,
|
|
|