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

Unified Diff: chrome/browser/resources/settings/languages_page/languages_types.js

Issue 1856873002: MD Settings: Polish languages pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@LanguageStyleToHtml
Patch Set: languages polish Created 4 years, 8 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
Index: chrome/browser/resources/settings/languages_page/languages_types.js
diff --git a/chrome/browser/resources/settings/languages_page/languages_types.js b/chrome/browser/resources/settings/languages_page/languages_types.js
index 895d3469bfeac3a45ed427f76b9f3c398a2020de..0fe9220e23d987247b3bb707958a4a5875a7f978 100644
--- a/chrome/browser/resources/settings/languages_page/languages_types.js
+++ b/chrome/browser/resources/settings/languages_page/languages_types.js
@@ -55,6 +55,7 @@ LanguageHelper.prototype = {
/** Resets the prospective UI language back to the actual UI language. */
resetUILanguage: assertNotReached,
+</if>
/**
* Returns the "prospective" UI language, i.e. the one to be used on next
@@ -63,7 +64,6 @@ LanguageHelper.prototype = {
* @return {string} Language code of the prospective UI language.
*/
getProspectiveUILanguage: assertNotReached,
-</if>
/**
* @param {string} languageCode

Powered by Google App Engine
This is Rietveld 408576698