// Copyright 2016 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 IOS_CHROME_BROWSER_PHYSICAL_WEB_PHYSICAL_WEB_CONSTANTS_H_ | |
#define IOS_CHROME_BROWSER_PHYSICAL_WEB_PHYSICAL_WEB_CONSTANTS_H_ | |
namespace physical_web { | |
enum PhysicalWebState { | |
kPhysicalWebOff = 0, | |
kPhysicalWebOn = 1, | |
kPhysicalWebOnboarding = 2, | |
}; | |
} | |
#endif // IOS_CHROME_BROWSER_PHYSICAL_WEB_PHYSICAL_WEB_CONSTANTS_H_ |