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

Unified Diff: chrome/browser/ui/views/bubble/border_contents.h

Issue 8761012: Remove the old views bubble code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync. Created 9 years 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 | « no previous file | chrome/browser/ui/views/bubble/border_contents.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/bubble/border_contents.h
diff --git a/chrome/browser/ui/views/bubble/border_contents.h b/chrome/browser/ui/views/bubble/border_contents.h
deleted file mode 100644
index 83db0a241cd34a84b2a8c40877e3dec742d66088..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/views/bubble/border_contents.h
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright (c) 2011 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 CHROME_BROWSER_UI_VIEWS_BUBBLE_BORDER_CONTENTS_H_
-#define CHROME_BROWSER_UI_VIEWS_BUBBLE_BORDER_CONTENTS_H_
-#pragma once
-
-#include "ui/views/bubble/border_contents_view.h"
-
-// This is used to paint the border of the Bubble. Windows uses this via
-// BorderWidgetWin, while others can use it directly in the bubble.
-class BorderContents : public views::BorderContentsView {
- public:
- BorderContents();
-
- protected:
- virtual ~BorderContents() { }
-
- // views::BorderContentsView overrides:
- virtual gfx::Rect GetMonitorBounds(const gfx::Rect& rect) OVERRIDE;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(BorderContents);
-};
-
-#endif // CHROME_BROWSER_UI_VIEWS_BUBBLE_BORDER_CONTENTS_H_
« no previous file with comments | « no previous file | chrome/browser/ui/views/bubble/border_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698