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

Unified Diff: components/arc/intent_helper/intent_constants.h

Issue 2398063003: chromeos: Update ARC file task code to use action strings. (Closed)
Patch Set: Created 4 years, 2 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 | « components/arc/BUILD.gn ('k') | components/arc/intent_helper/intent_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/intent_helper/intent_constants.h
diff --git a/components/arc/intent_helper/intent_constants.h b/components/arc/intent_helper/intent_constants.h
new file mode 100644
index 0000000000000000000000000000000000000000..6dc5cb12d62eeb9edbd59ee53d1ddb2f18ba9fac
--- /dev/null
+++ b/components/arc/intent_helper/intent_constants.h
@@ -0,0 +1,18 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef COMPONENTS_ARC_INTENT_HELPER_INTENT_CONSTANTS_H_
+#define COMPONENTS_ARC_INTENT_HELPER_INTENT_CONSTANTS_H_
+
+namespace arc {
+
+// Well-known Android intent actions, e.g. "android.intent.action.VIEW"
+// (corresponding to Android's android.content.Intent.ACTION_VIEW constant).
+extern const char kIntentActionView[];
+extern const char kIntentActionSend[];
+extern const char kIntentActionSendMultiple[];
+
+} // namespace arc
+
+#endif // COMPONENTS_ARC_INTENT_HELPER_INTENT_CONSTANTS_H_
« no previous file with comments | « components/arc/BUILD.gn ('k') | components/arc/intent_helper/intent_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698