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

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: Fix comment in histograms.xml 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
« no previous file with comments | « chrome/test/ppapi/ppapi_filechooser_browsertest.cc ('k') | ppapi/tests/test_file_chooser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/test/ppapi/ppapi_filechooser_browsertest.cc ('k') | ppapi/tests/test_file_chooser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698