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

Unified Diff: ash/common/wm_shell.h

Issue 2235063002: Add create note palette action. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@app-runtime-changes
Patch Set: Nit 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.cc ('k') | ash/common/wm_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_shell.h
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
index 79884703d966699e3b61688d627067861a4b40c6..d600f5264e25c524a886abf3c8913c7119949a85 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -333,6 +333,8 @@ class ASH_EXPORT WmShell {
void RemoveLockStateObserver(LockStateObserver* observer);
void SetShelfDelegateForTesting(std::unique_ptr<ShelfDelegate> test_delegate);
+ void SetPaletteDelegateForTesting(
+ std::unique_ptr<PaletteDelegate> palette_delegate);
// True if any touch points are down.
virtual bool IsTouchDown() = 0;
« no previous file with comments | « ash/common/test/test_palette_delegate.cc ('k') | ash/common/wm_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698