Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4132)

Unified Diff: blimp/engine/feature/engine_render_widget_feature_unittest.cc

Issue 2085973004: Color: Remove ViewMsg_ColorProfile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't change profile yet Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/frame_host/render_widget_host_view_child_frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/feature/engine_render_widget_feature_unittest.cc
diff --git a/blimp/engine/feature/engine_render_widget_feature_unittest.cc b/blimp/engine/feature/engine_render_widget_feature_unittest.cc
index f4a7ddd066f65592e34078f42a46cdaf9331fe53..d82ba7b8ab181fc22d87aeed7ef4aa4637db1086 100644
--- a/blimp/engine/feature/engine_render_widget_feature_unittest.cc
+++ b/blimp/engine/feature/engine_render_widget_feature_unittest.cc
@@ -99,8 +99,6 @@ class MockRenderWidgetHost
void AddInputEventObserver(InputEventObserver* observer) override {}
void RemoveInputEventObserver(InputEventObserver* observer) override {}
void GetWebScreenInfo(blink::WebScreenInfo* result) override {}
- bool GetScreenColorProfile(std::vector<char>* color_profile) override {
- return false; }
void HandleCompositorProto(const std::vector<uint8_t>& proto) override {}
bool Send(IPC::Message* msg) override { return false; }
« no previous file with comments | « no previous file | content/browser/frame_host/render_widget_host_view_child_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698