blob: ba1f04768b6e47d1e5b67e47bea678cd6e9fdc7e [file] [log] [blame]
// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_ASH_SMB_CLIENT_SMB_CONSTANTS_H_
#define CHROME_BROWSER_ASH_SMB_CLIENT_SMB_CONSTANTS_H_
namespace ash::smb_client {
extern const char kSmbScheme[];
extern const char kSmbSchemePrefix[];
inline constexpr int kNetBiosDiscoveryTimeoutSeconds = 1;
} // namespace ash::smb_client
#endif // CHROME_BROWSER_ASH_SMB_CLIENT_SMB_CONSTANTS_H_