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

Unified Diff: athena/extensions/athena_apps_client_base.h

Issue 583583008: Rename AppsClient -> AppWindowClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix mac & test Created 6 years, 3 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/athena_apps_client_base.h
diff --git a/athena/extensions/athena_apps_client_base.h b/athena/extensions/athena_apps_client_base.h
deleted file mode 100644
index 3a8d663086954a364d5b418a37825fdd62e6ae1c..0000000000000000000000000000000000000000
--- a/athena/extensions/athena_apps_client_base.h
+++ /dev/null
@@ -1,32 +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_ATHENA_APPS_CLIENT_BASE_H_
-#define ATHENA_EXTENSIONS_ATHENA_APPS_CLIENT_BASE_H_
-
-#include "extensions/browser/app_window/apps_client.h"
-#include "base/macros.h"
-
-namespace athena {
-
-// Athena's base impl of AppsClient.
-class AthenaAppsClientBase : public extensions::AppsClient {
- public:
- AthenaAppsClientBase();
- virtual ~AthenaAppsClientBase();
-
- private:
- // extensions::AppsClient
- virtual extensions::NativeAppWindow* CreateNativeAppWindow(
- extensions::AppWindow* window,
- const extensions::AppWindow::CreateParams& params) OVERRIDE;
- virtual void IncrementKeepAliveCount() OVERRIDE;
- virtual void DecrementKeepAliveCount() OVERRIDE;
-
- DISALLOW_COPY_AND_ASSIGN(AthenaAppsClientBase);
-};
-
-} // namespace athena
-
-#endif // ATHENA_EXTENSIONS_ATHENA_APPS_CLIENT_BASE_H_

Powered by Google App Engine
This is Rietveld 408576698