From d49b7939865d7b7d0c15f4525befa7935eac48fe Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Mon, 29 Mar 2010 17:14:32 +0000 Subject: 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 --- chrome/common/translate_errors.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 chrome/common/translate_errors.h (limited to 'chrome/common/translate_errors.h') 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_ -- cgit v1.1