summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_clear_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_clear_test.cc')
-rw-r--r--chrome/browser/extensions/extension_clear_test.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_clear_test.cc b/chrome/browser/extensions/extension_clear_test.cc
index ac038da..1f050f2 100644
--- a/chrome/browser/extensions/extension_clear_test.cc
+++ b/chrome/browser/extensions/extension_clear_test.cc
@@ -27,7 +27,8 @@ const char kClearEverythingArguments[] = "[1000, {"
"\"appcache\": true, \"cache\": true, \"cookies\": true, "
"\"downloads\": true, \"fileSystems\": true, \"formData\": true, "
"\"history\": true, \"indexedDB\": true, \"localStorage\": true, "
- "\"pluginData\": true, \"passwords\": true, \"webSQL\": true"
+ "\"originBoundCerts\": true, \"passwords\": true, \"pluginData\": true, "
+ "\"webSQL\": true"
"}]";
class ExtensionClearTest : public InProcessBrowserTest,
@@ -129,6 +130,8 @@ IN_PROC_BROWSER_TEST_F(ExtensionClearTest, ClearBrowsingDataMask) {
RunClearBrowsingDataFunctionAndCompareMask(
"localStorage", BrowsingDataRemover::REMOVE_LOCAL_STORAGE);
RunClearBrowsingDataFunctionAndCompareMask(
+ "originBoundCerts", BrowsingDataRemover::REMOVE_ORIGIN_BOUND_CERTS);
+ RunClearBrowsingDataFunctionAndCompareMask(
"passwords", BrowsingDataRemover::REMOVE_PASSWORDS);
// We can't remove plugin data inside a test profile.
RunClearBrowsingDataFunctionAndCompareMask(