Skip to content

Commit

Permalink
Improve code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
simoarpe authored Dec 20, 2024
1 parent 9614734 commit ae6fac2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ FORWARD_DECLARE_TEST(YouTubeTabHelperBrowserTest, RuleMatchTestScriptTrue);

// This class loads and stores the rules from the youtube.json file.
// It is also used for matching based on the URL.
// - See `youtube_json.h` for an example of the JSON this class loads
// - See `youtube_component_installer.cc` for example of the component layout.
// This the location where the scripts are loaded from.
class COMPONENT_EXPORT(YOUTUBE_SCRIPT_INJECTOR_BROWSER_CORE) YouTubeRegistry {
public:
YouTubeRegistry(const YouTubeRegistry&) = delete;
Expand Down

0 comments on commit ae6fac2

Please sign in to comment.