summaryrefslogtreecommitdiffstats
path: root/chrome/common/temp_scaffolding_stubs.h
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-17 19:21:56 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-17 19:21:56 +0000
commit3c46b15df4004309cce51688337b43d5af2722c4 (patch)
tree6b5f81d68fa9e2af81a3e78275ee0eeadeb70d50 /chrome/common/temp_scaffolding_stubs.h
parentb55530cc5f175911fac5803367fcb1194a935da8 (diff)
downloadchromium_src-3c46b15df4004309cce51688337b43d5af2722c4.zip
chromium_src-3c46b15df4004309cce51688337b43d5af2722c4.tar.gz
chromium_src-3c46b15df4004309cce51688337b43d5af2722c4.tar.bz2
Implements the Page Info window on Mac.
- Splits out the code that was in chrome/browser/views/page_info_window.{cc,h} into a platform-independent class PageInfoWindow in chrome/browser/page_info_window.{cc,h} - The Windows implementation now lives in chrome/browser/views/page_info_window_win.{cc,h} - Created a Mac implemenation PageInfoWindowMac in chrome/browser/cocoa/page_info_window_mac.{h,mm} to bridge to a Cocoa NSWindowController - Created a new NSWindowController subclass PageInfoWindowController that is in chrome/browser/cocoa/page_info_window_controller.{h,mm} - Created a XIB for the page info window in chrome/app/nibs/en.lproj/PageInfo.xib Patch by Robert Sesek <rsesek@bluestatic.org> Review URL: http://codereview.chromium.org/115116 Review URL: http://codereview.chromium.org/125266 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18643 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.h')
-rw-r--r--chrome/common/temp_scaffolding_stubs.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h
index 04d11c6e..07f1e1e 100644
--- a/chrome/common/temp_scaffolding_stubs.h
+++ b/chrome/common/temp_scaffolding_stubs.h
@@ -376,25 +376,6 @@ class RepostFormWarningDialog {
virtual ~RepostFormWarningDialog() { }
};
-#if !defined(TOOLKIT_VIEWS)
-class PageInfoWindow {
- public:
- enum TabID {
- GENERAL = 0,
- SECURITY,
- };
- static void CreatePageInfo(Profile* profile, NavigationEntry* nav_entry,
- gfx::NativeView parent_hwnd, TabID tab) {
- NOTIMPLEMENTED();
- }
- static void CreateFrameInfo(Profile* profile, const GURL& url,
- const NavigationEntry::SSLStatus& ssl,
- gfx::NativeView parent_hwnd, TabID tab) {
- NOTIMPLEMENTED();
- }
-};
-#endif
-
class FontsLanguagesWindowView {
public:
explicit FontsLanguagesWindowView(Profile* profile) { NOTIMPLEMENTED(); }