Index: chrome/browser/ui/constrained_window.cc |
diff --git a/chrome/browser/ui/constrained_window.cc b/chrome/browser/ui/constrained_window.cc |
deleted file mode 100644 |
index 44d4201a2194078dee2b13984b905f279217ac58..0000000000000000000000000000000000000000 |
--- a/chrome/browser/ui/constrained_window.cc |
+++ /dev/null |
@@ -1,22 +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. |
- |
-#include "chrome/browser/ui/constrained_window.h" |
- |
-#include "base/logging.h" |
- |
-void ConstrainedWindow::FocusWebContentsModalDialog() { |
-} |
- |
-void ConstrainedWindow::PulseWebContentsModalDialog() { |
-} |
- |
-bool ConstrainedWindow::CanShowWebContentsModalDialog() { |
- return true; |
-} |
- |
-gfx::NativeWindow ConstrainedWindow::GetNativeWindow() { |
- NOTREACHED(); |
- return NULL; |
-} |