| Index: Source/WebKit/chromium/src/WebViewImpl.h
|
| ===================================================================
|
| --- Source/WebKit/chromium/src/WebViewImpl.h (revision 117067)
|
| +++ Source/WebKit/chromium/src/WebViewImpl.h (working copy)
|
| @@ -69,7 +69,6 @@
|
| class HitTestResult;
|
| class KeyboardEvent;
|
| class Page;
|
| -class PageGroup;
|
| class PagePopup;
|
| class PagePopupClient;
|
| class PlatformGestureCurveTarget;
|
| @@ -301,12 +300,6 @@
|
|
|
| static WebViewImpl* fromPage(WebCore::Page*);
|
|
|
| - // A pageGroup identifies a namespace of pages. Page groups are used on PLATFORM(MAC)
|
| - // for some programs that use HTML views to display things that don't seem like
|
| - // web pages to the user (so shouldn't have visited link coloring). We only use
|
| - // one page group.
|
| - static WebCore::PageGroup* defaultPageGroup();
|
| -
|
| WebViewClient* client()
|
| {
|
| return m_client;
|
|
|