OLD | NEW |
1 <div id="pageData-name" class="pageData">Privacy</div> | |
2 | |
3 <!-- BEGIN AUTHORED CONTENT --> | |
4 <p id="classSummary"> | 1 <p id="classSummary"> |
5 Use the <code>chrome.privacy</code> module to control usage of the features in | 2 Use the <code>chrome.privacy</code> module to control usage of the features in |
6 Chrome that can affect a user's privacy. This module relies on the | 3 Chrome that can affect a user's privacy. This module relies on the |
7 <a href="types.html#ChromeSetting">ChromeSetting prototype of the type API</a> | 4 <a href="types.html#ChromeSetting">ChromeSetting prototype of the type API</a> |
8 for getting and setting Chrome's configuration. | 5 for getting and setting Chrome's configuration. |
9 </p> | 6 </p> |
10 | 7 |
11 <p class="note"> | 8 <p class="note"> |
12 The <a href="http://www.google.com/intl/en/landing/chrome/google-chrome-privac
y-whitepaper.pdf">Chrome Privacy Whitepaper</a> | 9 The <a href="http://www.google.com/intl/en/landing/chrome/google-chrome-privac
y-whitepaper.pdf">Chrome Privacy Whitepaper</a> |
13 gives background detail regarding the features which this API can control. | 10 gives background detail regarding the features which this API can control. |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 // The new value is stored in `details.value`, the new level of control | 94 // The new value is stored in `details.value`, the new level of control |
98 // in `details.levelOfControl`, and `details.incognitoSpecific` will be | 95 // in `details.levelOfControl`, and `details.incognitoSpecific` will be |
99 // `true` if the value is specific to Incognito mode. | 96 // `true` if the value is specific to Incognito mode. |
100 });</pre> | 97 });</pre> |
101 | 98 |
102 <h2 id="examples">Examples</h2> | 99 <h2 id="examples">Examples</h2> |
103 <p> | 100 <p> |
104 For example code, see the | 101 For example code, see the |
105 <a href="samples.html#privacy">Privacy API samples</a>. | 102 <a href="samples.html#privacy">Privacy API samples</a>. |
106 </p> | 103 </p> |
107 <!-- END AUTHORED CONTENT --><div id="pageData-name" class="pageData">Privacy</d
iv> | |
108 | 104 |
109 <!-- BEGIN AUTHORED CONTENT --> | 105 |
| 106 |
110 <p id="classSummary"> | 107 <p id="classSummary"> |
111 Use the <code>chrome.privacy</code> module to control usage of the features in | 108 Use the <code>chrome.privacy</code> module to control usage of the features in |
112 Chrome that can affect a user's privacy. This module relies on the | 109 Chrome that can affect a user's privacy. This module relies on the |
113 <a href="types.html#ChromeSetting">ChromeSetting prototype of the type API</a> | 110 <a href="types.html#ChromeSetting">ChromeSetting prototype of the type API</a> |
114 for getting and setting Chrome's configuration. | 111 for getting and setting Chrome's configuration. |
115 </p> | 112 </p> |
116 | 113 |
117 <p class="note"> | 114 <p class="note"> |
118 The <a href="http://www.google.com/intl/en/landing/chrome/google-chrome-privac
y-whitepaper.pdf">Chrome Privacy Whitepaper</a> | 115 The <a href="http://www.google.com/intl/en/landing/chrome/google-chrome-privac
y-whitepaper.pdf">Chrome Privacy Whitepaper</a> |
119 gives background detail regarding the features which this API can control. | 116 gives background detail regarding the features which this API can control. |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 function (details) { | 199 function (details) { |
203 // The new value is stored in `details.value`, the new level of control | 200 // The new value is stored in `details.value`, the new level of control |
204 // in `details.levelOfControl`, and `details.incognitoSpecific` will be | 201 // in `details.levelOfControl`, and `details.incognitoSpecific` will be |
205 // `true` if the value is specific to Incognito mode. | 202 // `true` if the value is specific to Incognito mode. |
206 });</pre> | 203 });</pre> |
207 | 204 |
208 <h2 id="examples">Examples</h2> | 205 <h2 id="examples">Examples</h2> |
209 <p> | 206 <p> |
210 For example code, see the | 207 For example code, see the |
211 <a href="samples.html#privacy">Privacy API samples</a>. | 208 <a href="samples.html#privacy">Privacy API samples</a>. |
212 </p> | 209 </p> |
213 <!-- END AUTHORED CONTENT --> | |
OLD | NEW |