diff options
Diffstat (limited to 'chrome/common/extensions/docs/tabs.html')
-rw-r--r-- | chrome/common/extensions/docs/tabs.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/tabs.html b/chrome/common/extensions/docs/tabs.html index cde0df3..82da463 100644 --- a/chrome/common/extensions/docs/tabs.html +++ b/chrome/common/extensions/docs/tabs.html @@ -1248,8 +1248,7 @@ For other examples and for help in viewing the source code, see <dd class="todo" style="display: none; "> Undocumented. </dd> - <dd>An ISO language code such as <code>en</code> or <code>fr</code>. For a complete list of languages supported by this method, see the second column of <a href="http://src.chromium.org/viewvc/chrome/trunk/src/third_party/cld/bar/toolbar/cld/i18n/languages/internal/languages.cc">kLanguageInfoTable</a>.</dd> - + <dd>An ISO language code such as <code>en</code> or <code>fr</code>. For a complete list of languages supported by this method, see <a href='http://src.chromium.org/viewvc/chrome/trunk/src/third_party/cld/languages/internal/languages.cc'>kLanguageInfoTable</a>. The 2nd to 4th columns will be checked and the first non-NULL value will be returned except for Simplified Chinese for which zh-CN will be returned. For an unknown language, <code>und</code> will be returned.</dd> <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> |