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

Unified Diff: chrome/test/data/extensions/api_test/preference/data_reduction_proxy/manifest.json

Issue 823703002: Check that dataReductionUpdateDailyLengths is reset. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename drp and pp. Created 6 years 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
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/preference/data_reduction_proxy/test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/preference/data_reduction_proxy/manifest.json
diff --git a/chrome/test/data/extensions/api_test/preference/data_reduction_proxy/manifest.json b/chrome/test/data/extensions/api_test/preference/data_reduction_proxy/manifest.json
index 3815b7248aa4dd98b092d2938fa19d79d8178cad..95051ffaa24032943e28a6c9078a3ad0612edf48 100644
--- a/chrome/test/data/extensions/api_test/preference/data_reduction_proxy/manifest.json
+++ b/chrome/test/data/extensions/api_test/preference/data_reduction_proxy/manifest.json
@@ -3,7 +3,7 @@
"version" : "0.1",
"manifest_version": 2,
"description" : "Preferences API Test Extension (dataReductionProxy)",
- "permissions": [ "dataReductionProxy" ],
+ "permissions": [ "dataReductionProxy", "preferencesPrivate" ],
"background": {
"page": "test.html"
},
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/preference/data_reduction_proxy/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698