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

Unified Diff: chrome/browser/chromeos/drive/file_system_util.h

Issue 416223003: Unify HasGDocFileExtension and IsHostedDocumentByExtentoin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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.h
diff --git a/chrome/browser/chromeos/drive/file_system_util.h b/chrome/browser/chromeos/drive/file_system_util.h
index a16ed6046f5ea3969a8accf98fc1e59c8f4b1a7a..260f6df57f04cc07aa02aa01d3fc8d4bb478235c 100644
--- a/chrome/browser/chromeos/drive/file_system_util.h
+++ b/chrome/browser/chromeos/drive/file_system_util.h
@@ -179,9 +179,6 @@ bool CreateGDocFile(const base::FilePath& file_path,
const GURL& url,
const std::string& resource_id);
-// Returns true if |file_path| has a GDoc file extension. (e.g. ".gdoc")
-bool HasGDocFileExtension(const base::FilePath& file_path);
-
// Reads URL from a GDoc file.
GURL ReadUrlFromGDocFile(const base::FilePath& file_path);
« no previous file with comments | « chrome/browser/chromeos/drive/file_system/copy_operation.cc ('k') | chrome/browser/chromeos/drive/file_system_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698