Commit d8f2b4b0 authored by Torne (Richard Coles)'s avatar Torne (Richard Coles)
Browse files

Merge from Chromium at DEPS revision 33.0.1750.29

This commit was generated by merge_to_master.py.

Change-Id: I1ad39a3dffafbde2b517578820a3b4d77d690d56
parent b4efa9af
......@@ -7,6 +7,7 @@ found in the LICENSE file.
-->
<html i18n-values="dir:textdirection;">
<head>
<meta charset="utf-8">
<title>Wallpaper Picker</title>
<link rel="stylesheet" href="../../../../../ui/webui/resources/css/widgets.css">
<link rel="stylesheet" href="../../../../../ui/webui/resources/css/menu.css"></link>
......
......@@ -9,6 +9,7 @@ found in the LICENSE file.
-->
<head>
<meta name="google" value="notranslate">
<meta charset="utf-8">
<title i18n-content="title"></title>
<link rel="stylesheet" href="chrome://resources/css/list.css">
......
......@@ -186,7 +186,7 @@
<command id="zip-selection"
i18n-values="label:ZIP_SELECTION_BUTTON_LABEL">
<command id="share" i18n-values="label:SHARE_BUTTON_LABEL"
shortcut="U+00BE" hideShortcutText><!-- Shortcut: '.' -->
shortcut="U+00BE" hide-shortcut-text><!-- Shortcut: '.' -->
<command id="zoom-in" shortcut="U+00BB-Ctrl">
<command id="zoom-out" shortcut="U+00BD-Ctrl">
......
<!DOCTYPE html>
<html i18n-values="dir:textdirection">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="dialog.css">
<style>
body {
......
......@@ -7,6 +7,7 @@
<script src="chrome-search://local-ntp/config.js"></script>
<script src="chrome-search://local-ntp/local-ntp.js"></script>
<link rel="stylesheet" href="chrome-search://local-ntp/local-ntp.css"></link>
<meta charset="utf-8">
<meta name="google" value="notranslate">
</head>
<body>
......
......@@ -2,6 +2,7 @@
<html i18n-values="dir:textdirection">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="utf-8">
<title i18n-content="blockPageTitle"></title>
<link rel="stylesheet" href="managed_mode_block_interstitial.css">
<script src="../../../ui/webui/resources/js/cr.js"></script>
......
......@@ -6,6 +6,7 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<head>
<meta charset="utf-8">
<!-- Don't use automatic scaling on mobile -->
<meta name="viewport" content="width=device-width, initial-scale=1.0,
maximum-scale=1.0, user-scalable=no">
......
......@@ -136,6 +136,9 @@ TtsExtension.prototype = {
gender = this.voiceNameToLangAndGender_[options.voiceName].gender;
}
if (!lang)
lang = navigator.language;
// Look up the specific voice name for this language and gender.
// If it's not in the map, it doesn't matter - the language will
// be used directly. This is only used for languages where more
......
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>$2</title>
<style>
body {
......
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>$1</title>
<style type="text/css">
#title {
......
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>$2</title>
<style>
body {
......
<!DOCTYPE html>
<html i18n-values="dir:textdirection;bookmarkbarattached:bookmarkbarattached">
<head>
<meta charset="utf-8">
<title i18n-content="title"></title>
<link rel="stylesheet" href="guest_tab.css">
<script>
......
<!DOCTYPE html>
<html i18n-values="dir:textdirection;bookmarkbarattached:bookmarkbarattached">
<head>
<meta charset="utf-8">
<title i18n-content="title"></title>
<link rel="stylesheet" href="incognito_tab.css">
<script>
......
......@@ -842,7 +842,7 @@
</div>
</section>
</if>
<section id="reset-profile-settings-section">
<section id="reset-profile-settings-section" hidden>
<h3 i18n-content="resetProfileSettingsSectionTitle"></h3>
<div>
<span class="settings-row" i18n-content="resetProfileSettingsDescription">
......
......@@ -482,6 +482,8 @@ cr.define('options', function() {
$('reset-profile-settings').onclick = function(event) {
OptionsPage.navigateToPage('resetProfileSettings');
};
$('reset-profile-settings-section').hidden =
!loadTimeData.getBoolean('enableResetProfileSettings');
},
/** @override */
......
<!DOCTYPE HTML>
<html i18n-values="dir:textdirection;">
<head>
<meta charset="utf-8">
<title>Predictors</title>
<link rel="stylesheet" href="chrome://resources/css/list.css">
<link rel="stylesheet" href="chrome://resources/css/tabs.css">
......
......@@ -6,6 +6,7 @@ found in the LICENSE file.
-->
<html i18n-values="dir:textdirection;">
<title>Quota Internals</title>
<meta charset="utf-8">
<link rel="stylesheet" href="main.css">
<script src="chrome://resources/js/util.js"></script>
......
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title i18n-content="title"></title>
<style type="text/css">
body {
......
<!DOCTYPE html>
<html id="template_root">
<head>
<meta charset="utf-8">
<title i18n-content="title"></title>
<style>
body {
......
<!DOCTYPE HTML>
<html i18n-values="dir:textdirection;">
<head>
<meta charset="utf-8">
<title>Signin Internals</title>
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/util.js"></script>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment