tree: 9aaff737fa93c6eb31f444b4c5b43fac69c31edb [path history] [tgz]
  1. browser_management/
  2. connectors/
  3. data_controls/
  4. identifiers/
  5. idle/
  6. platform_auth/
  7. profile_token_management/
  8. remote_commands/
  9. reporting/
  10. signals/
  11. util/
  12. chrome_browser_main_extra_parts_enterprise.cc
  13. chrome_browser_main_extra_parts_enterprise.h
  14. DEPS
  15. DIR_METADATA
  16. OWNERS
  17. README.md
chrome/browser/enterprise/README.md

About //chrome/browser/enterprise/

This directory is used for enterprise or edu related features and util functions.

Creating new sub-directory

  • Each new feature needs to be in its own sub-directory.
  • Each new feature needs to be in its own namespace that begins with enterprise_.
  • Sub-directory should be owned by the feature owners.

What does not belong here

  • Code that does not belong to //chrome/browser/.
  • Code that is related to policy loading and applying. It should be put into //components/policy/ or //chrome/browser/(chromeos/)policy/.
  • Code that fits in a more narrow context. This includes most of the policy implementations.

Responsibilities of //chrome/browser/enterprise/OWNERS

  • Reviewing new features.
  • Reviewing large scale refactoring.
  • Maintaining util functions that don't have owners.