|
gdata: Get rid of GetGDataCacheTmpDirectory() and friends
Replace them with GetCacheDirectoryPath(), in favor of less
public member functions from GDataFileSystem class, which is
overly large.
Wanted to make them just utility functions in gdata_util.cc
but turned out we needed Profile* to compute these directory paths.
BUG= chromium-os:29813
TEST=compiles
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=133639
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+53 lines, -72 lines) |
Patch |
 |
M |
chrome/browser/chromeos/extensions/file_browser_private_api.cc
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/gdata/gdata_file_system.h
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -24 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/gdata/gdata_file_system.cc
|
View
|
1
2
3
4
|
10 chunks |
+21 lines, -33 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/gdata/gdata_files.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/gdata/gdata_files.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/gdata/gdata_sync_client.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/gdata/gdata_sync_client_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/gdata/gdata_system_service.cc
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/gdata/gdata_util.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/gdata/mock_gdata_file_system.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/download/download_file_picker_chromeos.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/download/save_package_file_picker_chromeos.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|