blob: 1c77c5220bfe3ee425eba24aedbc6a1f9fa8197b [file] [log] [blame]
// 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_