Skip to content

Commit ab48495

Browse files
wolfibDevtools-frontend LUCI CQ
authored andcommitted
Update link to features.cc in documentation
Bug: none Change-Id: Id4ab0b292e3236e853075b6d9366ecc24e42f34f Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5946883 Reviewed-by: Ergün Erdoğmuş <[email protected]> Auto-Submit: Wolfgang Beyer <[email protected]> Commit-Queue: Ergün Erdoğmuş <[email protected]>
1 parent de2e398 commit ab48495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/settings-experiments-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Chromium.
9797

9898
### Define a new `base::Feature`
9999

100-
Add a new `base::Feature` to [`browser_features.cc`](https://crsrc.org/c/chrome/browser/browser_features.cc). This feature will automatically be available as a Chrome command line parameter:
100+
Add a new `base::Feature` to DevTools' [`features.cc`](https://crsrc.org/c/chrome/browser/devtools/features.cc). This feature will automatically be available as a Chrome command line parameter:
101101

102102
```cxx
103103
// in browser_features.cc

0 commit comments

Comments
 (0)