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

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: 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/ash_strings.grd ('k') | ash/common/system/chromeos/palette/mock_palette_tool_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/palette_delegate.h
diff --git a/ash/common/palette_delegate.h b/ash/common/palette_delegate.h
index e167751e27d954113061d0d750b80efac401c833..34d0d11ad87e9c06d8a46959836a4ad04d893ac4 100644
--- a/ash/common/palette_delegate.h
+++ b/ash/common/palette_delegate.h
@@ -16,7 +16,11 @@ class PaletteDelegate {
public:
virtual ~PaletteDelegate() {}
- // TODO(jdufault): This delegate will be implemented in later CLs.
+ // Create a new note.
+ virtual void CreateNote() = 0;
+
+ // Returns true if there is a note-taking application available.
+ virtual bool HasNoteApp() = 0;
private:
DISALLOW_ASSIGN(PaletteDelegate);
« no previous file with comments | « ash/ash_strings.grd ('k') | ash/common/system/chromeos/palette/mock_palette_tool_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698