// Copyright 2021 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. | |
#include "chrome/browser/lens/android/lens_prefs.h" | |
namespace lens { | |
// Whether the Lens camera assisted search is enabled. | |
const char kLensCameraAssistedSearchEnabled[] = | |
"policy.lens_camera_assisted_search_enabled"; | |
} // namespace lens |