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

Unified Diff: components/drive/drive_api_util_unittest.cc

Issue 2113723003: Files: Add support for Google Sites. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « components/drive/drive_api_util.cc ('k') | ui/file_manager/file_manager/common/js/file_type.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/drive_api_util_unittest.cc
diff --git a/components/drive/drive_api_util_unittest.cc b/components/drive/drive_api_util_unittest.cc
index 20fe8a5870e4515bc98233f7568d46bc66bc0414..a5247d3fc06fd9650b54c90e4b582678e2936672 100644
--- a/components/drive/drive_api_util_unittest.cc
+++ b/components/drive/drive_api_util_unittest.cc
@@ -94,6 +94,8 @@ TEST(DriveAPIUtilTest, HasHostedDocumentExtension) {
EXPECT_TRUE(
HasHostedDocumentExtension(base::FilePath::FromUTF8Unsafe("xx.gmaps")));
EXPECT_TRUE(
+ HasHostedDocumentExtension(base::FilePath::FromUTF8Unsafe("xx.gsite")));
+ EXPECT_TRUE(
HasHostedDocumentExtension(base::FilePath::FromUTF8Unsafe("xx.glink")));
EXPECT_FALSE(
« no previous file with comments | « components/drive/drive_api_util.cc ('k') | ui/file_manager/file_manager/common/js/file_type.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698