blob: 16366a2701a21605aee8d17d09cb335f18011567 [file] [log] [blame]
// Copyright 2018 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 CHROME_BROWSER_PASSWORD_MANAGER_PASSWORD_MANAGER_UTIL_LINUX_H_
#define CHROME_BROWSER_PASSWORD_MANAGER_PASSWORD_MANAGER_UTIL_LINUX_H_
#include <limits>
#include <string>
#include "build/build_config.h"
#include "chrome/browser/password_manager/password_store_factory.h"
#if !defined(OS_CHROMEOS)
constexpr int kMaxPossibleTimeTValue = std::numeric_limits<int>::max();
extern const char kLibsecretAndGnomeAppString[];
// Generates a profile-specific app string based on profile_id_.
std::string GetProfileSpecificAppString(LocalProfileId id);
#endif // !OS_CHROMEOS
#endif // CHROME_BROWSER_PASSWORD_MANAGER_PASSWORD_MANAGER_UTIL_LINUX_H_