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

Unified Diff: chrome/browser/chromeos/drive/file_system_util_unittest.cc

Issue 384543004: Get rid of DriveEntryKind. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed some temporary variables and IsHostedDocumentByFileExtension(). Created 6 years, 5 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: chrome/browser/chromeos/drive/file_system_util_unittest.cc
diff --git a/chrome/browser/chromeos/drive/file_system_util_unittest.cc b/chrome/browser/chromeos/drive/file_system_util_unittest.cc
index d60e738fbb3b8ba892c1b26e950e6b9ce9de39a9..c894b0404db0d69da90ae490c2498574f70c68cb 100644
--- a/chrome/browser/chromeos/drive/file_system_util_unittest.cc
+++ b/chrome/browser/chromeos/drive/file_system_util_unittest.cc
@@ -284,13 +284,6 @@ TEST(FileSystemUtilTest, GDocFile) {
EXPECT_EQ(url, ReadUrlFromGDocFile(file));
EXPECT_EQ(resource_id, ReadResourceIdFromGDocFile(file));
- // Read and write glink.
- file = temp_dir.path().AppendASCII("test.glink");
- EXPECT_TRUE(CreateGDocFile(file, url, resource_id));
- EXPECT_TRUE(HasGDocFileExtension(file));
- EXPECT_EQ(url, ReadUrlFromGDocFile(file));
- EXPECT_EQ(resource_id, ReadResourceIdFromGDocFile(file));
-
// Non GDoc file.
file = temp_dir.path().AppendASCII("test.txt");
std::string data = "Hello world!";
« no previous file with comments | « chrome/browser/chromeos/drive/file_system_util.cc ('k') | chrome/browser/chromeos/drive/resource_entry_conversion.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698