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

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: Comments and tests 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/common/wm_shell.h
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
index c064efded59347fd85c8fb0c3df29546c5ca8f04..d45245df18b93668086b6f42902f32fe51150312 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -127,6 +127,9 @@ class ASH_EXPORT WmShell {
PaletteDelegate* palette_delegate() { return palette_delegate_.get(); }
+ void SetPaletteDelegateForTesting(
James Cook 2016/08/16 22:08:45 nit: Move this down by SetShelfDelegateForTesting
jdufault 2016/08/16 22:45:52 Ah, good. I spent some time looking for another te
+ std::unique_ptr<PaletteDelegate> palette_delegate);
+
ShelfDelegate* shelf_delegate() { return shelf_delegate_.get(); }
ShelfModel* shelf_model() { return shelf_model_.get(); }

Powered by Google App Engine
This is Rietveld 408576698