summaryrefslogtreecommitdiffstats
path: root/chrome/common/translate_errors.h
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-29 17:14:32 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-29 17:14:32 +0000
commitd49b7939865d7b7d0c15f4525befa7935eac48fe (patch)
treeeeac50c5687c50f380485345b0f6c83c6ddefd28 /chrome/common/translate_errors.h
parent8d0b59d305d73765890b2154bfed916f271ec191 (diff)
downloadchromium_src-d49b7939865d7b7d0c15f4525befa7935eac48fe.zip
chromium_src-d49b7939865d7b7d0c15f4525befa7935eac48fe.tar.gz
chromium_src-d49b7939865d7b7d0c15f4525befa7935eac48fe.tar.bz2
Revert "implement error state for translate infobar"
Due to broken build (compile). TBR=kuan BUG=38548 Review URL: http://codereview.chromium.org/1567001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42955 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/translate_errors.h')
-rw-r--r--chrome/common/translate_errors.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/chrome/common/translate_errors.h b/chrome/common/translate_errors.h
deleted file mode 100644
index de2e3bd..0000000
--- a/chrome/common/translate_errors.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_COMMON_TRANSLATE_ERRORS_H_
-#define CHROME_COMMON_TRANSLATE_ERRORS_H_
-
-// This file consolidates all the error types for translation of a page.
-
-class TranslateErrors {
- public:
- enum Type {
- NONE = 0,
- NETWORK = 1,
- SERVER,
- };
-
- private:
- TranslateErrors() {}
-
- DISALLOW_COPY_AND_ASSIGN(TranslateErrors);
-};
-
-#endif // CHROME_COMMON_TRANSLATE_ERRORS_H_