| 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?
|
| enum LaunchContainer {
|
| LAUNCH_WINDOW,
|
| LAUNCH_PANEL,
|
|
|