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

Unified Diff: ash/common/test/test_palette_delegate.cc

Issue 2258553004: Add pref to enable/disable palette tray. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Rebase Created 4 years, 4 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 | « ash/common/test/test_palette_delegate.h ('k') | ash/shell/shell_delegate_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/test/test_palette_delegate.cc
diff --git a/ash/common/test/test_palette_delegate.cc b/ash/common/test/test_palette_delegate.cc
index c9ea9d68fde8bf6d86fdb76da71746a10b54ddc1..0ca38204b25fad4fa7c583330d3d4af263e8c560 100644
--- a/ash/common/test/test_palette_delegate.cc
+++ b/ash/common/test/test_palette_delegate.cc
@@ -10,6 +10,12 @@ TestPaletteDelegate::TestPaletteDelegate() {}
TestPaletteDelegate::~TestPaletteDelegate() {}
+std::unique_ptr<PaletteDelegate::EnableListenerSubscription>
+TestPaletteDelegate::AddPaletteEnableListener(
+ const EnableListener& on_state_changed) {
+ return nullptr;
+}
+
void TestPaletteDelegate::CreateNote() {
++create_note_count_;
}
« no previous file with comments | « ash/common/test/test_palette_delegate.h ('k') | ash/shell/shell_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698