| Index: content/shell/test_runner/test_runner.cc
|
| diff --git a/content/shell/test_runner/test_runner.cc b/content/shell/test_runner/test_runner.cc
|
| index 14d491551be07ca9fdb9698101bb609b93b11e11..1bad4ffc582499257940943a19f7dcadd4281e55 100644
|
| --- a/content/shell/test_runner/test_runner.cc
|
| +++ b/content/shell/test_runner/test_runner.cc
|
| @@ -1667,7 +1667,7 @@ void TestRunner::Reset() {
|
| if (delegate_) {
|
| // Reset the default quota for each origin to 5MB
|
| delegate_->SetDatabaseQuota(5 * 1024 * 1024);
|
| - delegate_->SetDeviceColorProfile("reset");
|
| + delegate_->SetDeviceColorSpace("reset");
|
| delegate_->SetDeviceScaleFactor(GetDefaultDeviceScaleFactor());
|
| delegate_->SetBlockThirdPartyCookies(true);
|
| delegate_->SetLocale("");
|
|
|