diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-22 08:27:01 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-22 08:27:01 +0000 |
commit | 0192f41151d4d34576da444f1d7d1e1fded4f648 (patch) | |
tree | 8d74130051a8d38cd821770589612c99817cd555 /chrome/browser | |
parent | 2a2dda42812691230d536747b36913cbc5207aa9 (diff) | |
download | chromium_src-0192f41151d4d34576da444f1d7d1e1fded4f648.zip chromium_src-0192f41151d4d34576da444f1d7d1e1fded4f648.tar.gz chromium_src-0192f41151d4d34576da444f1d7d1e1fded4f648.tar.bz2 |
Delete also this stub on the Mac.
This is a stub we used to use for the old Page Info Window, which has been replaced by a bubble.
BUG=59030
TEST=None
Review URL: http://codereview.chromium.org/4017003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63494 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r-- | chrome/browser/cocoa/page_info_window_mac.mm | 21 |
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 |