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

Unified Diff: ui/display/chromeos/test/test_display_snapshot.cc

Issue 1636153002: Give user ability to file a feedback report from the display error notification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more comments Created 4 years, 10 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 | « ui/display/chromeos/display_snapshot_virtual.cc ('k') | ui/display/chromeos/x11/display_snapshot_x11.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/chromeos/test/test_display_snapshot.cc
diff --git a/ui/display/chromeos/test/test_display_snapshot.cc b/ui/display/chromeos/test/test_display_snapshot.cc
index c96ef533471aee0558eb90643b1ae24f11966baf..238e2dbb5809dc3e6c6e4f0c93b0293ef2d6844d 100644
--- a/ui/display/chromeos/test/test_display_snapshot.cc
+++ b/ui/display/chromeos/test/test_display_snapshot.cc
@@ -15,6 +15,7 @@ TestDisplaySnapshot::TestDisplaySnapshot()
std::string(),
base::FilePath(),
std::vector<const DisplayMode*>(),
+ std::vector<uint8_t>(),
NULL,
NULL) {}
@@ -37,6 +38,7 @@ TestDisplaySnapshot::TestDisplaySnapshot(
std::string(),
base::FilePath(),
modes,
+ std::vector<uint8_t>(),
current_mode,
native_mode) {
product_id_ = product_id;
« no previous file with comments | « ui/display/chromeos/display_snapshot_virtual.cc ('k') | ui/display/chromeos/x11/display_snapshot_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698