summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/translate_internals
diff options
context:
space:
mode:
authortoyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-06 23:34:00 +0000
committertoyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-06 23:34:00 +0000
commitb2ed9c673b63e8234a3a3b883d4711bd04ec8ec7 (patch)
treeabe78a389478adc4a7b51968655616774464afe5 /chrome/browser/resources/translate_internals
parent80fb0b4054a867a98fc218621fe40e20594d23c8 (diff)
downloadchromium_src-b2ed9c673b63e8234a3a3b883d4711bd04ec8ec7.zip
chromium_src-b2ed9c673b63e8234a3a3b883d4711bd04ec8ec7.tar.gz
chromium_src-b2ed9c673b63e8234a3a3b883d4711bd04ec8ec7.tar.bz2
Translate: create chrome/common/translate directory
An incremental change toward browser components. BUG=229305 TEST=none TBR=palmer@chromium.org Review URL: https://chromiumcodereview.appspot.com/16141007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204654 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/translate_internals')
-rw-r--r--chrome/browser/resources/translate_internals/translate_internals.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/resources/translate_internals/translate_internals.js b/chrome/browser/resources/translate_internals/translate_internals.js
index 9d683d9..df9c5b7 100644
--- a/chrome/browser/resources/translate_internals/translate_internals.js
+++ b/chrome/browser/resources/translate_internals/translate_internals.js
@@ -75,8 +75,8 @@
* @return {string} The formatted string.
*/
function formatTranslateErrorsType(error) {
- // This list is from chrome/common/translate_errors.h. If this header
- // file is updated, the below list also should be updated.
+ // This list is from chrome/common/translate/translate_errors.h.
+ // If this header file is updated, the below list also should be updated.
var errorStrs = {
0: 'None',
1: 'Network',