| Code-Review | +1 |
sources = [ "browser_features.h" ]I would prefer if the .cc lived in the same target. The include below seems unused, can you delete it and add the .cc here? If it's still used, can you move the part that needs it to a different file?
"//build:branding_buildflags",
"//build:chromeos_buildflags",
"//extensions/buildflags",I understand why //base should be in public_deps, but what about these?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
sources = [ "browser_features.h" ]I would prefer if the .cc lived in the same target. The include below seems unused, can you delete it and add the .cc here? If it's still used, can you move the part that needs it to a different file?
I do too, but that requires more work. I can follow-up in another CL.
"//build:branding_buildflags",
"//build:chromeos_buildflags",
"//extensions/buildflags",I understand why //base should be in public_deps, but what about these?
In chrome/browser/browser_features.h, there are a bunch of includes, such as extensions/buildflags/buildflags.h.
sources = [ "browser_features.h" ]Lei ZhangI would prefer if the .cc lived in the same target. The include below seems unused, can you delete it and add the .cc here? If it's still used, can you move the part that needs it to a different file?
I do too, but that requires more work. I can follow-up in another CL.
Sure, but if the include I linked to above is indeed unused, you can also do it in this CL without resetting the +1
sources = [ "browser_features.h" ]Lei ZhangI would prefer if the .cc lived in the same target. The include below seems unused, can you delete it and add the .cc here? If it's still used, can you move the part that needs it to a different file?
Victor ViannaI do too, but that requires more work. I can follow-up in another CL.
Sure, but if the include I linked to above is indeed unused, you can also do it in this CL without resetting the +1
you can also do it in this CL without resetting the +1
Nah, actually not, browser_features.cc is not touched by the CL
Lei ZhangI would prefer if the .cc lived in the same target. The include below seems unused, can you delete it and add the .cc here? If it's still used, can you move the part that needs it to a different file?
Victor ViannaI do too, but that requires more work. I can follow-up in another CL.
Victor ViannaSure, but if the include I linked to above is indeed unused, you can also do it in this CL without resetting the +1
you can also do it in this CL without resetting the +1
Nah, actually not, browser_features.cc is not touched by the CL
This CL already touches a lot of files, so I appended a CL. Thanks for pointing out the unused file that tripped me up.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |