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

Unified Diff: ash/common/system/chromeos/palette/palette_tool_manager_unittest.cc

Issue 2308823002: Add UMA stats for pen palette (Closed)
Patch Set: rebase Created 4 years, 3 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
Index: ash/common/system/chromeos/palette/palette_tool_manager_unittest.cc
diff --git a/ash/common/system/chromeos/palette/palette_tool_manager_unittest.cc b/ash/common/system/chromeos/palette/palette_tool_manager_unittest.cc
index 45b4c416aa20965a48ae37200b5e470419116b37..9db9647a4f3e21e9d103145124b27dfe86e1b3de 100644
--- a/ash/common/system/chromeos/palette/palette_tool_manager_unittest.cc
+++ b/ash/common/system/chromeos/palette/palette_tool_manager_unittest.cc
@@ -58,6 +58,8 @@ class PaletteToolManagerTest : public ::testing::Test,
NOTREACHED();
return nullptr;
}
+ void RecordPaletteOptionsUsage(PaletteTrayOptions option) override {}
+ void RecordPaletteModeCancellation(PaletteModeCancelType type) override {}
// PaletteTool::Delegate:
void EnableTool(PaletteToolId tool_id) override {}
« no previous file with comments | « ash/common/system/chromeos/palette/palette_tool_manager.cc ('k') | ash/common/system/chromeos/palette/palette_tray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698