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

Unified Diff: chrome/browser/ui/views/page_info_window.h

Issue 8508048: Rebase PageInfoBubble on the new views bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and merge, indent a line. Created 9 years, 1 month 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 | « chrome/browser/ui/views/page_info_bubble_view.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/page_info_window.h
diff --git a/chrome/browser/ui/views/page_info_window.h b/chrome/browser/ui/views/page_info_window.h
deleted file mode 100644
index 15881d77bf1fa9b996b8983cc233843f6452667c..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/views/page_info_window.h
+++ /dev/null
@@ -1,25 +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_PAGE_INFO_WINDOW_H_
-#define CHROME_BROWSER_UI_VIEWS_PAGE_INFO_WINDOW_H_
-#pragma once
-
-#include "content/browser/tab_contents/navigation_entry.h"
-
-class BrowserView;
-class Profile;
-class GURL;
-
-namespace browser {
-
-void ShowPageInfoBubble(BrowserView* browser_view,
- Profile* profile,
- const GURL& url,
- const NavigationEntry::SSLStatus& ssl,
- bool show_history);
-
-} // namespace browser
-
-#endif // CHROME_BROWSER_UI_VIEWS_PAGE_INFO_WINDOW_H_
« no previous file with comments | « chrome/browser/ui/views/page_info_bubble_view.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698