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

Unified Diff: chrome/browser/ui/ash/test_views_delegate_with_parent.h

Issue 280863002: Reduce creation of ViewsDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add widget includes for undef CreateWindow Created 6 years, 7 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: chrome/browser/ui/ash/test_views_delegate_with_parent.h
diff --git a/chrome/browser/ui/ash/test_views_delegate_with_parent.h b/chrome/browser/ui/ash/test_views_delegate_with_parent.h
deleted file mode 100644
index f876c73a4906fd6bb01b0ca8255137ff3121f967..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/ash/test_views_delegate_with_parent.h
+++ /dev/null
@@ -1,25 +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 CHROME_BROWSER_UI_ASH_TEST_VIEWS_DELEGATE_WITH_PARENT_H_
-#define CHROME_BROWSER_UI_ASH_TEST_VIEWS_DELEGATE_WITH_PARENT_H_
-
-#include "ui/views/test/test_views_delegate.h"
-
-// A views delegate which allows creating shell windows.
-class TestViewsDelegateWithParent : public views::TestViewsDelegate {
- public:
- TestViewsDelegateWithParent();
- virtual ~TestViewsDelegateWithParent();
-
- // views::TestViewsDelegate overrides.
- virtual void OnBeforeWidgetInit(
- views::Widget::InitParams* params,
- views::internal::NativeWidgetDelegate* delegate) OVERRIDE;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(TestViewsDelegateWithParent);
-};
-
-#endif // CHROME_BROWSER_UI_ASH_TEST_VIEWS_DELEGATE_WITH_PARENT_H_

Powered by Google App Engine
This is Rietveld 408576698