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

Unified Diff: athena/extensions/chrome/athena_extension_install_ui.h

Issue 863033002: Delete athena/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: athena/extensions/chrome/athena_extension_install_ui.h
diff --git a/athena/extensions/chrome/athena_extension_install_ui.h b/athena/extensions/chrome/athena_extension_install_ui.h
deleted file mode 100644
index f17965d243e0d7bcbb2cd66a731767da2cc4f498..0000000000000000000000000000000000000000
--- a/athena/extensions/chrome/athena_extension_install_ui.h
+++ /dev/null
@@ -1,39 +0,0 @@
-// Copyright 2014 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 ATHENA_EXTENSIONS_CHROME_ATHENA_EXTENSION_INSTALL_UI_H_
-#define ATHENA_EXTENSIONS_CHROME_ATHENA_EXTENSION_INSTALL_UI_H_
-
-#include "extensions/browser/install/extension_install_ui.h"
-
-namespace content {
-class BrowserContext;
-}
-
-namespace athena {
-
-class AthenaExtensionInstallUI : public extensions::ExtensionInstallUI {
- public:
- AthenaExtensionInstallUI();
- ~AthenaExtensionInstallUI() override;
-
- // ExtensionInstallUI:
- void OnInstallSuccess(const extensions::Extension* extension,
- const SkBitmap* icon) override;
- void OnInstallFailure(const extensions::CrxInstallerError& error) override;
- void SetUseAppInstalledBubble(bool use_bubble) override;
- void OpenAppInstalledUI(const std::string& app_id) override;
- void SetSkipPostInstallUI(bool skip_ui) override;
- gfx::NativeWindow GetDefaultInstallDialogParent() override;
-
- private:
- // Whether or not to show the default UI after completing the installation.
- bool skip_post_install_ui_;
-
- DISALLOW_COPY_AND_ASSIGN(AthenaExtensionInstallUI);
-};
-
-} // namespace athena
-
-#endif // ATHENA_EXTENSIONS_CHROME_ATHENA_EXTENSION_INSTALL_UI_H_
« no previous file with comments | « athena/extensions/chrome/athena_chrome_app_window_client.cc ('k') | athena/extensions/chrome/athena_extension_install_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698