Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Unified Diff: ppapi/tests/test_file_chooser.h

Issue 1613483003: [SafeBrowsing] Alternate extensions should also be subject to block list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Set a hard limit on measured alternate extension count. Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/tests/test_file_chooser.h
diff --git a/ppapi/tests/test_file_chooser.h b/ppapi/tests/test_file_chooser.h
index 1b44f610071c7bfbc14cb3bef9c7238b0de2361f..bb2399b3a46bdd839b7b2ce0e0d13de56e0f27ef 100644
--- a/ppapi/tests/test_file_chooser.h
+++ b/ppapi/tests/test_file_chooser.h
@@ -31,6 +31,7 @@ class TestFileChooser : public TestCase {
std::string TestSaveAsCancel();
std::string TestSaveAsDangerousExecutableAllowed();
std::string TestSaveAsDangerousExecutableDisallowed();
+ std::string TestSaveAsDangerousExtensionListDisallowed();
};
#endif // PPAPI_TESTS_TEST_FILE_CHOOSER_H_

Powered by Google App Engine
This is Rietveld 408576698