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

Unified Diff: Source/WebKit/chromium/src/WebViewImpl.h

Issue 10377148: Revert 116712 - Source/WebCore: [chromium] DomStorage events handling needs TLC (2) (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1137/
Patch Set: Created 8 years, 7 months 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
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;
« no previous file with comments | « Source/WebKit/chromium/src/WebStorageEventDispatcherImpl.cpp ('k') | Source/WebKit/chromium/src/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698