| Index: chrome/test/base/ui_test_utils.cc
|
| diff --git a/chrome/test/base/ui_test_utils.cc b/chrome/test/base/ui_test_utils.cc
|
| index ec38dc9204181ba0c04dcdd1835ebe19dcc8df11..4900468b235510836e0fdc204fb47d78dbcf139a 100644
|
| --- a/chrome/test/base/ui_test_utils.cc
|
| +++ b/chrome/test/base/ui_test_utils.cc
|
| @@ -1200,7 +1200,6 @@ class SnapshotTaker {
|
| snapshot_taken_ = false;
|
| generator->AskForSnapshot(
|
| rwh,
|
| - false, // don't use backing_store
|
| base::Bind(&SnapshotTaker::OnSnapshotTaken, base::Unretained(this)),
|
| page_size,
|
| desired_size);
|
|
|