Sign in
chromium
/
chromium
/
src
/
HEAD
/
.
/
third_party
/
blink
/
renderer
/
core
/
geolocation
/
accuracy_mode.idl
blob: f29a6669ac124134418f0eab471655f3b3c91051 [
file
]
// Copyright 2026 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
enum
AccuracyMode
{
"precise"
,
"approximate"
,
};