Index: chrome/common/content_settings.h |
diff --git a/chrome/common/content_settings.h b/chrome/common/content_settings.h |
index b077be2bc589f8a3c0e9f096d1010106c90e09bc..10fdcb5803628d801901582f0bcf2d11761db891 100644 |
--- a/chrome/common/content_settings.h |
+++ b/chrome/common/content_settings.h |
@@ -14,6 +14,7 @@ enum ContentSetting { |
CONTENT_SETTING_ALLOW, |
CONTENT_SETTING_BLOCK, |
CONTENT_SETTING_ASK, |
+ CONTENT_SETTING_SESSION_ONLY, |
CONTENT_SETTING_NUM_SETTINGS |
}; |