// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_ERROR_UI_H_ #define CHROME_BROWSER_EXTENSIONS_EXTENSION_ERROR_UI_H_ namespace content { class BrowserContext; } namespace extensions { class ExtensionSet; // This class encapsulates the UI we want to show users when certain events // occur related to installed extensions. class ExtensionErrorUI { … }; } // namespace extensions #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_ERROR_UI_H_