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

Issue 10072003: gdata: Change permissions of cache persistent directory. (Closed)

Created:
8 years, 8 months ago by Ben Chan
Modified:
8 years, 8 months ago
Reviewers:
achuithb, satorux1, kuan
CC:
chromium-reviews, achuith+watch_chromium.org, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

gdata: Change permissions of cache persistent directory. The cache persistent directory needs to be accessible by the AVFS daemon to allow mounting of archive files in the gdata cache. BUG=chromium-os:28678 TEST=Verify the permissions of the cache persistent directory. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=132157

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -0 lines) Patch
M chrome/browser/chromeos/gdata/gdata_file_system.cc View 1 2 3 chunks +24 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Ben Chan
8 years, 8 months ago (2012-04-13 01:26:34 UTC) #1
kuan
http://codereview.chromium.org/10072003/diff/1/chrome/browser/chromeos/gdata/gdata_file_system.cc File chrome/browser/chromeos/gdata/gdata_file_system.cc (right): http://codereview.chromium.org/10072003/diff/1/chrome/browser/chromeos/gdata/gdata_file_system.cc#newcode219 chrome/browser/chromeos/gdata/gdata_file_system.cc:219: PLOG(ERROR) << "Error changing permissions of " << file_path.value(); ...
8 years, 8 months ago (2012-04-13 02:12:13 UTC) #2
Ben Chan
rebased to ToT and fixed one comment https://chromiumcodereview.appspot.com/10072003/diff/1/chrome/browser/chromeos/gdata/gdata_file_system.cc File chrome/browser/chromeos/gdata/gdata_file_system.cc (right): https://chromiumcodereview.appspot.com/10072003/diff/1/chrome/browser/chromeos/gdata/gdata_file_system.cc#newcode219 chrome/browser/chromeos/gdata/gdata_file_system.cc:219: PLOG(ERROR) << ...
8 years, 8 months ago (2012-04-13 03:05:21 UTC) #3
kuan
lgtm https://chromiumcodereview.appspot.com/10072003/diff/1/chrome/browser/chromeos/gdata/gdata_file_system.cc File chrome/browser/chromeos/gdata/gdata_file_system.cc (right): https://chromiumcodereview.appspot.com/10072003/diff/1/chrome/browser/chromeos/gdata/gdata_file_system.cc#newcode219 chrome/browser/chromeos/gdata/gdata_file_system.cc:219: PLOG(ERROR) << "Error changing permissions of " << ...
8 years, 8 months ago (2012-04-13 03:30:59 UTC) #4
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
8 years, 8 months ago (2012-04-13 04:05:47 UTC) #5
kuan
LGTM.
8 years, 8 months ago (2012-04-13 04:41:01 UTC) #6
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
8 years, 8 months ago (2012-04-13 04:41:52 UTC) #7
satorux1
LGTM with a nit: https://chromiumcodereview.appspot.com/10072003/diff/2002/chrome/browser/chromeos/gdata/gdata_file_system.cc File chrome/browser/chromeos/gdata/gdata_file_system.cc (right): https://chromiumcodereview.appspot.com/10072003/diff/2002/chrome/browser/chromeos/gdata/gdata_file_system.cc#newcode214 chrome/browser/chromeos/gdata/gdata_file_system.cc:214: if (chmod(file_path.value().c_str(), permissions) != 0) ...
8 years, 8 months ago (2012-04-13 06:09:23 UTC) #8
Ben Chan
https://chromiumcodereview.appspot.com/10072003/diff/2002/chrome/browser/chromeos/gdata/gdata_file_system.cc File chrome/browser/chromeos/gdata/gdata_file_system.cc (right): https://chromiumcodereview.appspot.com/10072003/diff/2002/chrome/browser/chromeos/gdata/gdata_file_system.cc#newcode214 chrome/browser/chromeos/gdata/gdata_file_system.cc:214: if (chmod(file_path.value().c_str(), permissions) != 0) { On 2012/04/13 06:09:23, ...
8 years, 8 months ago (2012-04-13 06:30:27 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benchan@chromium.org/10072003/11002
8 years, 8 months ago (2012-04-13 06:30:41 UTC) #10
commit-bot: I haz the power
8 years, 8 months ago (2012-04-13 07:55:05 UTC) #11
Change committed as 132157

Powered by Google App Engine
This is Rietveld 408576698