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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef COMPONENTS_ARC_INTENT_HELPER_INTENT_CONSTANTS_H_
6 #define COMPONENTS_ARC_INTENT_HELPER_INTENT_CONSTANTS_H_
7
8 namespace arc {
9
10 // Well-known Android intent actions, e.g. "android.intent.action.VIEW"
11 // (corresponding to Android's android.content.Intent.ACTION_VIEW constant).
12 extern const char kIntentActionView[];
13 extern const char kIntentActionSend[];
14 extern const char kIntentActionSendMultiple[];
15
16 } // namespace arc
17
18 #endif // COMPONENTS_ARC_INTENT_HELPER_INTENT_CONSTANTS_H_
OLDNEW
« 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