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

Unified Diff: chrome/common/extensions/docs/preferences.html

Issue 6992022: Move Proxy Settings API out of experimental (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed remainder of merge conflict. Fixes unit test Created 9 years, 7 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
« no previous file with comments | « chrome/common/extensions/docs/permission_warnings.html ('k') | chrome/common/extensions/docs/proxy.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/preferences.html
diff --git a/chrome/common/extensions/docs/experimental.extension.html b/chrome/common/extensions/docs/preferences.html
similarity index 99%
rename from chrome/common/extensions/docs/experimental.extension.html
rename to chrome/common/extensions/docs/preferences.html
index bb92fd889d9152309b74d8983a5d0039fb3089dc..ecbdfb09e9e79f988af5f1b31d3a86e7aca51929 100644
--- a/chrome/common/extensions/docs/experimental.extension.html
+++ b/chrome/common/extensions/docs/preferences.html
@@ -16,7 +16,7 @@
<script type="text/javascript" src="js/api_page_generator.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/sidebar.js"></script>
- <title>chrome.experimental.extension - Google Chrome Extensions - Google Code</title></head>
+ <title>chrome.preferences - Google Chrome Extensions - Google Code</title></head>
<body> <div id="gc-container" class="labs">
<div id="devModeWarning">
You are viewing extension docs in chrome via the 'file:' scheme: are you expecting to see local changes when you refresh? You'll need run chrome with --allow-file-access-from-files.
@@ -251,7 +251,7 @@
<div class="g-unit" id="gc-pagecontent">
<div id="pageTitle">
- <h1 class="page_title">chrome.experimental.extension</h1>
+ <h1 class="page_title">chrome.preferences</h1>
</div>
<!-- TABLE OF CONTENTS -->
<div id="toc">
@@ -266,7 +266,7 @@
</ol>
</li>
<li>
- <a href="#apiReference">API reference: chrome.experimental.extension</a>
+ <a href="#apiReference">API reference: chrome.preferences</a>
<ol>
<li style="display: none; ">
<a href="#properties">Properties</a>
@@ -307,7 +307,7 @@
<!-- /TABLE OF CONTENTS -->
<!-- Standard content lead-in for experimental API pages -->
- <p id="classSummary">
+ <p id="classSummary" style="display: none; ">
For information on how to use experimental APIs, see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
</p>
@@ -317,7 +317,7 @@
<!-- API PAGE -->
<div class="apiPage">
<a name="apiReference"></a>
- <h2>API reference: chrome.experimental.extension</h2>
+ <h2>API reference: chrome.preferences</h2>
<!-- PROPERTIES -->
<div class="apiGroup" style="display: none; ">
« no previous file with comments | « chrome/common/extensions/docs/permission_warnings.html ('k') | chrome/common/extensions/docs/proxy.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698