summaryrefslogtreecommitdiffstats
path: root/chromium/components/handoff/handoff_utility.h
blob: 40f0860181d8ae028eb02f733148392db84437fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_HANDOFF_HANDOFF_UTILITY_H_
#define COMPONENTS_HANDOFF_HANDOFF_UTILITY_H_

#import <Foundation/Foundation.h>

namespace handoff {

// The activity type that Chrome uses to pass a Handoff to itself.
extern NSString* const kChromeHandoffActivityType;

}  // namespace handoff

#endif  // COMPONENTS_HANDOFF_HANDOFF_UTILITY_H_