OLD | NEW |
1 <link href="../css/ApiRefStyles_apps.css" rel="stylesheet" type="text/css"> | 1 <link href="../css/ApiRefStyles.css" rel="stylesheet" type="text/css"> |
2 <link href="../css/prettify.css" rel="stylesheet" type="text/css"> | 2 <link href="../css/prettify.css" rel="stylesheet" type="text/css"> |
3 <link href="../css/shared.css" rel="stylesheet" type="text/css"> | 3 <link href="../css/shared.css" rel="stylesheet" type="text/css"> |
4 | 4 |
5 <div id="devModeWarning" class="displayModeWarning"> | 5 <div id="devModeWarning" class="displayModeWarning"> |
6 You are viewing extension docs in chrome via the 'file:' scheme: are you exp
ecting to see local changes when you refresh? You'll need run chrome with --allo
w-file-access-from-files. | 6 You are viewing extension docs in chrome via the 'file:' scheme: are you exp
ecting to see local changes when you refresh? You'll need run chrome with --allo
w-file-access-from-files. |
7 </div> | 7 </div> |
8 <div id="branchWarning" class="displayModeWarning"> | 8 <div id="branchWarning" class="displayModeWarning"> |
9 <span>WARNING: This is the <span id="branchName">BETA</span> documentation. | 9 <span>WARNING: This is the <span id="branchName">BETA</span> documentation. |
10 It may not work with the stable release of Chrome.</span> | 10 It may not work with the stable release of Chrome.</span> |
11 <select id='branchChooser'> | 11 <select id='branchChooser'> |
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
606 _uanchor=1; | 606 _uanchor=1; |
607 _uff=0; | 607 _uff=0; |
608 urchinTracker(); | 608 urchinTracker(); |
609 } | 609 } |
610 catch(e) {/* urchinTracker not available. */} | 610 catch(e) {/* urchinTracker not available. */} |
611 </script> | 611 </script> |
612 <!-- end analytics --> | 612 <!-- end analytics --> |
613 </div> | 613 </div> |
614 </div> <!-- /gc-footer --> | 614 </div> <!-- /gc-footer --> |
615 </div> <!-- /gc-container --> | 615 </div> <!-- /gc-container --> |
OLD | NEW |