| Index: chrome/common/content_settings_types.h
|
| diff --git a/chrome/common/content_settings_types.h b/chrome/common/content_settings_types.h
|
| index 3eb8595eb706e3d981ee69ba64d0742e6d8fdd3e..09b786bb52f084d23f0bbc622211e838f9a20f23 100644
|
| --- a/chrome/common/content_settings_types.h
|
| +++ b/chrome/common/content_settings_types.h
|
| @@ -16,6 +16,7 @@ enum ContentSettingsType {
|
| CONTENT_SETTINGS_TYPE_JAVASCRIPT,
|
| CONTENT_SETTINGS_TYPE_PLUGINS,
|
| CONTENT_SETTINGS_TYPE_POPUPS,
|
| + CONTENT_SETTINGS_TYPE_GEOLOCATION,
|
| CONTENT_SETTINGS_NUM_TYPES
|
| };
|
|
|
|
|