| 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);
|
|
|
|
|