| Index: content/shell/test_runner/web_test_delegate.h
|
| diff --git a/content/shell/test_runner/web_test_delegate.h b/content/shell/test_runner/web_test_delegate.h
|
| index 1bd00de7c4d0ae15171e485afdbc0d9fc6cb7027..58f0fb0e7bc2fc54e0be3f1de06caf0fd657cccf 100644
|
| --- a/content/shell/test_runner/web_test_delegate.h
|
| +++ b/content/shell/test_runner/web_test_delegate.h
|
| @@ -181,8 +181,8 @@ class WebTestDelegate {
|
| // Returns whether or not the use-zoom-for-dsf flag is enabled.
|
| virtual bool IsUseZoomForDSFEnabled() = 0;
|
|
|
| - // Change the device color profile while running a layout test.
|
| - virtual void SetDeviceColorProfile(const std::string& name) = 0;
|
| + // Change the device color space while running a layout test.
|
| + virtual void SetDeviceColorSpace(const std::string& name) = 0;
|
|
|
| // Set the bluetooth adapter while running a layout test, uses Mojo to
|
| // communicate with the browser.
|
|
|