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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name" : "Preferences API Test Extension (dataReductionProxy)", 2 "name" : "Preferences API Test Extension (dataReductionProxy)",
3 "version" : "0.1", 3 "version" : "0.1",
4 "manifest_version": 2, 4 "manifest_version": 2,
5 "description" : "Preferences API Test Extension (dataReductionProxy)", 5 "description" : "Preferences API Test Extension (dataReductionProxy)",
6 "permissions": [ "dataReductionProxy" ], 6 "permissions": [ "dataReductionProxy", "preferencesPrivate" ],
7 "background": { 7 "background": {
8 "page": "test.html" 8 "page": "test.html"
9 }, 9 },
10 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAldnSfuah+uUWJTF0r20TXNdpjR JIlThi/Ehi890TPFerwVfyOUzWIO1wXXnu5/vCMy+SpAYI4TeAWhqBhZKRTLfoDjhcl1VXFf4KSaIDdC QycYe/xIUksmdFBox22cRDMtdUOkV4yLsML/ObIEPUMVLUJoJ4DsiMQJ4KKviEQOdEbySmmB0IXrZfT3 PD0tS3HcUUcBP5wrPN9AWhW0FMtwAlp7eT5Uu3US8lyNkJDcdPtdchi6fgQ62khn1mnMpY0YHnZyr5jM KJe8WLxFTf9YtDt1XVZYZKSFtdPE0c7p/06cRqHzXMHcvnM78+gtCXU0r5Ek/4+4emDNQ3HIeJRwIDAQ AB" 10 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAldnSfuah+uUWJTF0r20TXNdpjR JIlThi/Ehi890TPFerwVfyOUzWIO1wXXnu5/vCMy+SpAYI4TeAWhqBhZKRTLfoDjhcl1VXFf4KSaIDdC QycYe/xIUksmdFBox22cRDMtdUOkV4yLsML/ObIEPUMVLUJoJ4DsiMQJ4KKviEQOdEbySmmB0IXrZfT3 PD0tS3HcUUcBP5wrPN9AWhW0FMtwAlp7eT5Uu3US8lyNkJDcdPtdchi6fgQ62khn1mnMpY0YHnZyr5jM KJe8WLxFTf9YtDt1XVZYZKSFtdPE0c7p/06cRqHzXMHcvnM78+gtCXU0r5Ek/4+4emDNQ3HIeJRwIDAQ AB"
11 } 11 }
OLDNEW
« 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