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

Issue 7013046: Implemented a policy for centralized setting of the --disk-cache-dir flag. (Closed)

Created:
9 years, 7 months ago by pastarmovj
Modified:
9 years, 7 months ago
Reviewers:
markusheintz_
CC:
chromium-reviews, Paweł Hajdan Jr.
Visibility:
Public.

Description

Implemented a policy for centralized setting of the --disk-cache-dir flag. This has been wanted policy so that we can safely use remote locations for user profiles which is prone to errors especially with web databases open. This should allow more people to use this kind of setup. BUG=78619 TEST=For the policy wiring existing policy tests for the cache dir effect manually. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86425

Patch Set 1 #

Total comments: 1

Patch Set 2 : Protected the policy from hitting ChromeOS. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -5 lines) Patch
M chrome/app/policy/policy_templates.json View 1 2 chunks +14 lines, -1 line 0 comments Download
M chrome/browser/browser_process_impl.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/policy/config_dir_policy_provider_unittest.cc View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/policy/configuration_policy_pref_store.cc View 1 4 chunks +30 lines, -0 lines 0 comments Download
M chrome/browser/policy/configuration_policy_pref_store_unittest.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/policy/configuration_policy_provider_mac_unittest.cc View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/policy/configuration_policy_provider_win_unittest.cc View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
pastarmovj
Hi, Can you please have a look at this small policy. It is not 1st ...
9 years, 7 months ago (2011-05-16 11:31:35 UTC) #1
markusheintz
LGTM with one nit. http://codereview.chromium.org/7013046/diff/1/chrome/app/policy/policy_templates.json File chrome/app/policy/policy_templates.json (right): http://codereview.chromium.org/7013046/diff/1/chrome/app/policy/policy_templates.json#newcode97 chrome/app/policy/policy_templates.json:97: # For your editing convenience: ...
9 years, 7 months ago (2011-05-16 15:55:07 UTC) #2
pastarmovj
Long story short there were three policies that were added before I started this CL ...
9 years, 7 months ago (2011-05-16 16:04:47 UTC) #3
pastarmovj
PTAL. Only ifdefed the code in profile_impl.cc and fixed the scope of the policy in ...
9 years, 7 months ago (2011-05-19 09:27:08 UTC) #4
pastarmovj
ping?
9 years, 7 months ago (2011-05-24 09:45:25 UTC) #5
markusheintz_
9 years, 7 months ago (2011-05-24 12:35:05 UTC) #6
still LGTM

Powered by Google App Engine
This is Rietveld 408576698