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

Unified Diff: ash/common/palette_delegate.h

Issue 2235063002: Add create note palette action. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@app-runtime-changes
Patch Set: Initial upload 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/palette_delegate.h
diff --git a/ash/common/palette_delegate.h b/ash/common/palette_delegate.h
index d0c96f7b1342955ed589936e4373dd9eaf40c89e..6c5c9ba1e0bdd6bb77432177b5d3d600d33a76ea 100644
--- a/ash/common/palette_delegate.h
+++ b/ash/common/palette_delegate.h
@@ -16,6 +16,12 @@ class PaletteDelegate {
public:
virtual ~PaletteDelegate() {}
+ // Create a new note.
+ virtual void CreateNote() = 0;
+
+ // Returns true if there is a note-taking application available.
+ virtual bool HasNoteApp() = 0;
+
// Take a screenshot of the entire window.
virtual void TakeScreenshot() = 0;

Powered by Google App Engine
This is Rietveld 408576698