Loosen up heuristics for detecting account creation forms.
[chromium-blink-merge.git] / sync / util / session_utils_android.h
blob79058d22d4f9db767f49c3646c706e1bc39c55d5
1 // Copyright (c) 2012 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.
5 #ifndef SYNC_UTIL_SESSION_UTILS_ANDROID_H_
6 #define SYNC_UTIL_SESSION_UTILS_ANDROID_H_
8 #include <string>
10 namespace syncer {
11 namespace internal {
13 // Return the unique identifier of this device.
14 std::string GetAndroidId();
16 // Return the end-user-visible name for this device.
17 std::string GetModel();
19 } // namespace internal
20 } // namespace syncer
22 #endif // SYNC_UTIL_SESSION_UTILS_ANDROID_H_