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

Unified Diff: athena/screen/public/screen_manager_delegate.h

Issue 480353006: Separate athena's startup process from AppShell's (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/screen/public/screen_manager_delegate.h
diff --git a/athena/screen/public/screen_manager_delegate.h b/athena/screen/public/screen_manager_delegate.h
deleted file mode 100644
index dab259546845e437622f8cda17bec1f679d024e3..0000000000000000000000000000000000000000
--- a/athena/screen/public/screen_manager_delegate.h
+++ /dev/null
@@ -1,27 +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_SCREEN_PUBLIC_SCREEN_MANAGER_DELEGATE_H_
-#define ATHENA_SCREEN_PUBLIC_SCREEN_MANAGER_DELEGATE_H_
-
-#include "athena/athena_export.h"
-
-namespace gfx {
-class Insets;
-}
-
-namespace athena {
-
-// Delegate of the ScreenManager.
-class ATHENA_EXPORT ScreenManagerDelegate {
- public:
- virtual ~ScreenManagerDelegate() {}
-
- // Sets the screen's work area insets.
- virtual void SetWorkAreaInsets(const gfx::Insets& insets) = 0;
-};
-
-} // namespace athena
-
-#endif // ATHENA_SCREEN_PUBLIC_SCREEN_MANAGER_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698