BASE_DECLARE_FEATURE(kTaskManagerClank);
please move this elsewhere. please see file comment:
"""
// WARNING: do not add new entries here. If a feature is only used in one
// translation unit it should be inlined in that translation unit. If a feature
// is referenced in multiple places, it should be scoped to that module, e.g.
// //chrome/browser/<foo_module>/features.h
"""
"erik...@chromium.org",
why am I added as a owner?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
BASE_DECLARE_FEATURE(kTaskManagerClank);
please move this elsewhere. please see file comment:
"""
// WARNING: do not add new entries here. If a feature is only used in one
// translation unit it should be inlined in that translation unit. If a feature
// is referenced in multiple places, it should be scoped to that module, e.g.
// //chrome/browser/<foo_module>/features.h
"""
In that case, do you think that it makes more sense to make a new feature.h file in `chrome/browser/task_manager/` ?
One doesn't already exist, but I guess if there is a lot of work that is going on in this directory it might be worth while.
why am I added as a owner?
Are owners usually only people who are committing code under the flag?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
BASE_DECLARE_FEATURE(kTaskManagerClank);
Michael Wojcickaplease move this elsewhere. please see file comment:
"""
// WARNING: do not add new entries here. If a feature is only used in one
// translation unit it should be inlined in that translation unit. If a feature
// is referenced in multiple places, it should be scoped to that module, e.g.
// //chrome/browser/<foo_module>/features.h
"""
In that case, do you think that it makes more sense to make a new feature.h file in `chrome/browser/task_manager/` ?
One doesn't already exist, but I guess if there is a lot of work that is going on in this directory it might be worth while.
yep, that sounds good
Michael Wojcickawhy am I added as a owner?
Are owners usually only people who are committing code under the flag?
owners are people who are responsible for the feature -- e.g. let's say that in 3 years someone wants to know if it's okay to remove the flag, an owner would have the context necessary to answer that or other questions
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
"mw...@google.com"
We should probably add the eng-velocity group as well
#if !BUILDFLAG(IS_ANDROID)
should you just #else here?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Michael Wojcickawhy am I added as a owner?
Erik ChenAre owners usually only people who are committing code under the flag?
owners are people who are responsible for the feature -- e.g. let's say that in 3 years someone wants to know if it's okay to remove the flag, an owner would have the context necessary to answer that or other questions
Ah so sorry, wrong Eric! It should be lok...@google.com.
We should probably add the eng-velocity group as well
Done.
should you just #else here?
Done.
#if !BUILDFLAG(IS_ANDROID)
Michael Wojcickaditto
Done
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Michael Wojcickaplease move this elsewhere. please see file comment:
"""
// WARNING: do not add new entries here. If a feature is only used in one
// translation unit it should be inlined in that translation unit. If a feature
// is referenced in multiple places, it should be scoped to that module, e.g.
// //chrome/browser/<foo_module>/features.h
"""
Erik ChenIn that case, do you think that it makes more sense to make a new feature.h file in `chrome/browser/task_manager/` ?
One doesn't already exist, but I guess if there is a lot of work that is going on in this directory it might be worth while.
yep, that sounds good
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +2 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Add Feature Flag for Task Manager on Clank
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |