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

Unified Diff: ui/oak/oak_aura_window_display.h

Issue 173183002: Remove oak windows and its flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove one more oak.gyp reference Created 6 years, 10 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
« no previous file with comments | « ui/oak/oak.gyp ('k') | ui/oak/oak_aura_window_display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/oak/oak_aura_window_display.h
diff --git a/ui/oak/oak_aura_window_display.h b/ui/oak/oak_aura_window_display.h
deleted file mode 100644
index cc78c867fe9718d76bee9b708a2b51bc42134278..0000000000000000000000000000000000000000
--- a/ui/oak/oak_aura_window_display.h
+++ /dev/null
@@ -1,37 +0,0 @@
-// Copyright (c) 2012 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 UI_OAK_OAK_AURA_WINDOW_DISPLAY_H_
-#define UI_OAK_OAK_AURA_WINDOW_DISPLAY_H_
-
-#include "base/compiler_specific.h"
-#include "ui/oak/oak_details_model.h"
-
-namespace oak {
-namespace internal {
-
-class OakAuraWindowDisplay : public OakDetailsModel {
- public:
- OakAuraWindowDisplay();
- virtual ~OakAuraWindowDisplay();
-
- private:
- // Overridden from OakDetailsModel:
- virtual void SetValue(aura::Window* window) OVERRIDE;
-
- // Overridden from ui::TableModel:
- virtual int RowCount() OVERRIDE;
- virtual base::string16 GetText(int row, int column_id) OVERRIDE;
- virtual void SetObserver(ui::TableModelObserver* observer) OVERRIDE;
-
- ui::TableModelObserver* observer_;
- aura::Window* window_;
-
- DISALLOW_COPY_AND_ASSIGN(OakAuraWindowDisplay);
-};
-
-} // namespace internal
-} // namespace oak
-
-#endif // UI_OAK_OAK_AURA_WINDOW_DISPLAY_H_
« no previous file with comments | « ui/oak/oak.gyp ('k') | ui/oak/oak_aura_window_display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698