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

Side by Side Diff: chrome/common/extensions/docs/extensions/storage.html

Issue 10807086: Trigger chrome.storage.onChanged events for policy updates on the 'managed' namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 ( 688 (
689 <span id="typeTemplate"> 689 <span id="typeTemplate">
690 <span> 690 <span>
691 <span>string</span> 691 <span>string</span>
692 </span> 692 </span>
693 </span> 693 </span>
694 ) 694 )
695 </div> 695 </div>
696 </em> 696 </em>
697 </dt> 697 </dt>
698 <dd>The name of the storage area ("sync" or "local") the changes are f or.</dd> 698 <dd>The name of the storage area ("sync", "local" or "managed") the ch anges are for.</dd>
699 <!-- OBJECT PROPERTIES --> 699 <!-- OBJECT PROPERTIES -->
700 <!-- OBJECT METHODS --> 700 <!-- OBJECT METHODS -->
701 <!-- OBJECT EVENT FIELDS --> 701 <!-- OBJECT EVENT FIELDS -->
702 <!-- FUNCTION PARAMETERS --> 702 <!-- FUNCTION PARAMETERS -->
703 </div> 703 </div>
704 </div> 704 </div>
705 </dl> 705 </dl>
706 </div> 706 </div>
707 <!-- EXTRA PARAMETERS --> 707 <!-- EXTRA PARAMETERS -->
708 <!-- LISTENER RETURN VALUE --> 708 <!-- LISTENER RETURN VALUE -->
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
1292 _uff=0; 1292 _uff=0;
1293 urchinTracker(); 1293 urchinTracker();
1294 } 1294 }
1295 catch(e) {/* urchinTracker not available. */} 1295 catch(e) {/* urchinTracker not available. */}
1296 </script> 1296 </script>
1297 <!-- end analytics --> 1297 <!-- end analytics -->
1298 </div> 1298 </div>
1299 </div> <!-- /gc-footer --> 1299 </div> <!-- /gc-footer -->
1300 </div> <!-- /gc-container --> 1300 </div> <!-- /gc-container -->
1301 </body></html> 1301 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698