Chromium Code Reviews| Index: extensions/common/constants.h |
| diff --git a/extensions/common/constants.h b/extensions/common/constants.h |
| index 6f4e8032944cd565c5b6691dc18268c8e04fbf72..a071ca968544a5477c01eb0a98ab165d3614a16c 100644 |
| --- a/extensions/common/constants.h |
| +++ b/extensions/common/constants.h |
| @@ -85,6 +85,7 @@ extern const char kRulesStoreName[]; |
| // Don't remove items or change the order of this enum. It's used in |
| // histograms and preferences. |
| +// TODO(derat): Move this to chrome/browser/extensions/launch_util.h? |
|
Yoyo Zhou
2013/12/05 02:43:50
I think that would make sense. You can do that in
Daniel Erat
2013/12/05 03:24:35
i'll probably save it for another change; i think
|
| enum LaunchContainer { |
| LAUNCH_WINDOW, |
| LAUNCH_PANEL, |