| Index: content/test/layouttest_support.cc
|
| diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc
|
| index 746d0ad4e037f0560aec1e0fb493000f8a575211..d1cfcca2c172fce980faaf6ef970b8c9673f2159 100644
|
| --- a/content/test/layouttest_support.cc
|
| +++ b/content/test/layouttest_support.cc
|
| @@ -352,13 +352,6 @@ float GetWindowToViewportScale(RenderView* render_view) {
|
| }
|
|
|
| void SetDeviceColorProfile(RenderView* render_view, const std::string& name) {
|
| - if (name == "reset") {
|
| - static_cast<RenderViewImpl*>(render_view)
|
| - ->GetWidget()
|
| - ->ResetDeviceColorProfileForTesting();
|
| - return;
|
| - }
|
| -
|
| std::vector<char> color_profile;
|
|
|
| struct TestColorProfile { // A color spin profile.
|
|
|