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

Unified Diff: native_client_sdk/src/doc/devguide/coding/file-io.rst

Issue 254033002: [NaCl SDK Docs] Remove links to developers.google.com (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 8 months 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
Index: native_client_sdk/src/doc/devguide/coding/file-io.rst
diff --git a/native_client_sdk/src/doc/devguide/coding/file-io.rst b/native_client_sdk/src/doc/devguide/coding/file-io.rst
index b63f3c89e05db5c867270d7bd429d05deac9537b..abec7f91623adab4abab820ab8fb701a18398bc0 100644
--- a/native_client_sdk/src/doc/devguide/coding/file-io.rst
+++ b/native_client_sdk/src/doc/devguide/coding/file-io.rst
@@ -13,8 +13,8 @@ Introduction
============
This chapter describes how to use the `FileIO API
-<https://developers.google.com/native-client/peppercpp/classpp_1_1_file_i_o>`_
-to read and write files using a local secure data store.
+</native-client/pepper_stable/cpp/classpp_1_1_file_i_o>`_ to read and write
+files using a local secure data store.
You might use the File IO API with the URL Loading APIs to create an overall
data download and caching solution for your NaCl applications. For example:
@@ -36,15 +36,12 @@ Reference information
For reference information related to FileIO, see the following documentation:
-* `file_io.h
- <https://developers.google.com/native-client/peppercpp/file__io_8h>`_ - API
- to create a FileIO object
-* `file_ref.h
- <https://developers.google.com/native-client/peppercpp/file__ref_8h>`_ - API
- to create a file reference or "weak pointer" to a file in a file system
-* `file_system.h
- <https://developers.google.com/native-client/peppercpp/file__system_8h>`_ -
- API to create a file system associated with a file
+* `file_io.h </native-client/pepper_stable/cpp/file__io_8h>`_ - API to create a
+ FileIO object
+* `file_ref.h </native-client/pepper_stable/cpp/file__ref_8h>`_ - API to create
+ a file reference or "weak pointer" to a file in a file system
+* `file_system.h </native-client/pepper_stable/cpp/file__system_8h>`_ - API to
+ create a file system associated with a file
Local file I/O
==============
@@ -67,11 +64,10 @@ Enabling local file I/O
The easiest way to enable the writing of persistent local data is to include
the `unlimitedStorage permission
-<http://developer.chrome.com/extensions/declare_permissions.html#unlimitedStorage>`_
-in your Chrome Web Store manifest file. With this permission you can use the
-Pepper FileIO API without the need to request disk space at run time. When
-the user installs the app Chrome displays a message announcing that the app
-writes to the local disk.
+</extensions/declare_permissions#unlimitedStorage>`_ in your Chrome Web Store
+manifest file. With this permission you can use the Pepper FileIO API without
+the need to request disk space at run time. When the user installs the app
+Chrome displays a message announcing that the app writes to the local disk.
If you do not use the ``unlimitedStorage`` permission you must include
JavaScript code that calls the `HTML5 Quota Management API
« no previous file with comments | « native_client_sdk/src/doc/devguide/coding/audio.rst ('k') | native_client_sdk/src/doc/devguide/coding/message-system.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698