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

Unified Diff: ash/test/test_shell_delegate.cc

Issue 2199993002: Add generic PaletteDelegate code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@note-options
Patch Set: Fix trybots 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
Index: ash/test/test_shell_delegate.cc
diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc
index 64e87b473672fab475e7eeadb5cfe440318a422b..6e9ccb17f8e4b17311302d8e531ee8727bfed5a2 100644
--- a/ash/test/test_shell_delegate.cc
+++ b/ash/test/test_shell_delegate.cc
@@ -186,6 +186,10 @@ MediaDelegate* TestShellDelegate::CreateMediaDelegate() {
return new MediaDelegateImpl;
}
+PaletteDelegate* TestShellDelegate::CreatePaletteDelegate() {
+ return nullptr;
+}
+
std::unique_ptr<PointerWatcherDelegate>
TestShellDelegate::CreatePointerWatcherDelegate() {
return base::WrapUnique(new PointerWatcherDelegateAura);

Powered by Google App Engine
This is Rietveld 408576698