| OLD | NEW |
| 1 <table class="intro"> | 1 <table class="intro"> |
| 2 <tr> | 2 <tr> |
| 3 <th scope="col"></th> | 3 <th scope="col"></th> |
| 4 <th scope="col"></th> | 4 <th scope="col"></th> |
| 5 </tr> | 5 </tr> |
| 6 <tr> | 6 <tr> |
| 7 <td><strong>Description:</strong></td> | |
| 8 <td>Use the <code>chrome.syncFileSystem</code> API | |
| 9 to save and synchronize data on Google Drive. | |
| 10 This API is NOT for accessing arbitrary user docs stored in Google Drive. | |
| 11 It provides app-specific syncable storage for offline and caching usage | |
| 12 so that the same data can be available across different clients. | |
| 13 Read <a href="http://developer.chrome.com/trunk/apps/app_storage.html">Manag
e Data</a> | |
| 14 for more on using this API.</td> | |
| 15 </tr> | |
| 16 <tr> | |
| 17 <td><strong>Availability:</strong></td> | |
| 18 <td>Google Chrome Dev Channel Only</td> | |
| 19 </tr> | |
| 20 <tr> | |
| 21 <td><strong>Permissions:</strong></td> | 7 <td><strong>Permissions:</strong></td> |
| 22 <td><code>"syncFileSystem"</code></td> | 8 <td><code>"syncFileSystem"</code></td> |
| 23 </tr> | 9 </tr> |
| 24 <tr> | 10 <tr> |
| 25 <td><strong>Learn more:</strong></td> | 11 <td><strong>Learn more:</strong></td> |
| 26 <td><a href="http://developer.chrome.com/trunk/apps/app_storage.html">Manage
Data</a>;<br> | 12 <td><a href="http://developer.chrome.com/trunk/apps/app_storage.html">Manage
Data</a>;<br> |
| 27 <a href="https://developers.google.com/live/shows/83992232-2001/">Chrome Off
ice Hours: Synched File System</a> | 13 <a href="https://developers.google.com/live/shows/83992232-2001/">Chrome Off
ice Hours: Synched File System</a> |
| 28 </td> | 14 </td> |
| 29 </tr> | 15 </tr> |
| 30 </table> | 16 </table> |
| 31 | 17 |
| 32 | 18 |
| OLD | NEW |