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

Unified Diff: chrome/browser/resources/chromeos/login/oobe.html

Issue 100823007: Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix ChromeOS page encodings Created 7 years 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/browser/resources/chromeos/login/login.html ('k') | chrome/browser/search/iframe_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/oobe.html
diff --git a/chrome/browser/resources/chromeos/login/oobe.html b/chrome/browser/resources/chromeos/login/oobe.html
index df3113f57e919f25fb0affc27db908cffd5df362..83eea1440f783d7b59295fde4033066cebf66e99 100644
--- a/chrome/browser/resources/chromeos/login/oobe.html
+++ b/chrome/browser/resources/chromeos/login/oobe.html
@@ -1,6 +1,7 @@
-<!DOCTYPE HTML>
+<!DOCTYPE html>
<html i18n-values="dir:textdirection;build:buildType;highlight:highlightStrength">
<head>
+<meta charset="utf-8">
<title i18n-content="title"></title>
<include src="login_resources.html">
<link rel="stylesheet" href="accessibility_menu.css">
« no previous file with comments | « chrome/browser/resources/chromeos/login/login.html ('k') | chrome/browser/search/iframe_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698