summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/page_info_window_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/cocoa/page_info_window_mac.mm')
-rw-r--r--chrome/browser/cocoa/page_info_window_mac.mm21
1 files changed, 0 insertions, 21 deletions
diff --git a/chrome/browser/cocoa/page_info_window_mac.mm b/chrome/browser/cocoa/page_info_window_mac.mm
deleted file mode 100644
index 15b3e7f..0000000
--- a/chrome/browser/cocoa/page_info_window_mac.mm
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright (c) 2010 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/page_info_window.h"
-
-#include "base/logging.h"
-
-// TODO(finnur): Delete this file. http://crbug.com/59030
-
-namespace browser {
-
-void ShowPageInfo(gfx::NativeWindow parent,
- Profile* profile,
- const GURL& url,
- const NavigationEntry::SSLStatus& ssl,
- bool show_history) {
- NOTREACHED();
-}
-
-} // namespace browser