optimization_guide_common.mojom 504 B

12345678910111213141516
  1. // Copyright 2022 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. module optimization_guide_common.mojom;
  5. // Source (or category) of the log message.
  6. // Must be kept in sync with |getLogSource| method in
  7. // optimization_guide_internals/resources/optimization_guide_internals.ts.
  8. enum LogSource {
  9. SERVICE_AND_SETTINGS,
  10. HINTS,
  11. MODEL_MANAGEMENT,
  12. PAGE_CONTENT_ANNOTATIONS,
  13. HINTS_NOTIFICATIONS,
  14. };