| Index: extensions/common/host_id.h
|
| diff --git a/extensions/common/host_id.h b/extensions/common/host_id.h
|
| index d977a44243d252e44527e68aae5ab581de3acd24..176ea49b6e50b37338876b93e8be30f1ee722647 100644
|
| --- a/extensions/common/host_id.h
|
| +++ b/extensions/common/host_id.h
|
| @@ -10,7 +10,7 @@
|
| // IDs of hosts who own user scripts.
|
| // A HostID is immutable after creation.
|
| struct HostID {
|
| - enum HostType { EXTENSIONS, WEBUI };
|
| + enum HostType { EXTENSIONS, WEBUI, HOST_TYPE_LAST = WEBUI };
|
|
|
| HostID();
|
| HostID(HostType type, const std::string& id);
|
|
|