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

Unified Diff: chrome/browser/chromeos/note_taking_helper.h

Issue 2618493002: Chrome app manifest support for action handlers. (Closed)
Patch Set: Address comments Created 3 years, 11 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: chrome/browser/chromeos/note_taking_helper.h
diff --git a/chrome/browser/chromeos/note_taking_helper.h b/chrome/browser/chromeos/note_taking_helper.h
index 441d8c22d943fdc4f6213f7d900a38ffac9b7551..a66b8dc4897a263c0fd2bb798ffc55e5ea6b14b1 100644
--- a/chrome/browser/chromeos/note_taking_helper.h
+++ b/chrome/browser/chromeos/note_taking_helper.h
@@ -80,6 +80,10 @@ class NoteTakingHelper : public arc::ArcServiceManager::Observer,
std::unique_ptr<extensions::api::app_runtime::ActionData>,
const base::FilePath&)>;
+ // Extension manifest "action" entry value that specifies the app supports the
+ // new note flow.
+ static const char kChromeNewNoteAction[];
+
// Intent action used to launch Android apps.
static const char kIntentAction[];
« no previous file with comments | « no previous file | chrome/browser/chromeos/note_taking_helper.cc » ('j') | chrome/browser/chromeos/note_taking_helper.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698