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

Unified Diff: Source/core/page/Page.h

Issue 146683003: Settings should not call into inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase & incorporated review comments Created 6 years, 11 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/core/page/Page.h
diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h
index a92b5daa8144e7df2884d292a4849566242db404..78eeb5ac0f1ae43ed7eab4df0d5cba452d339c6b 100644
--- a/Source/core/page/Page.h
+++ b/Source/core/page/Page.h
@@ -247,7 +247,6 @@ private:
void setTimerAlignmentInterval(double);
// SettingsDelegate overrides.
- virtual Page* page() OVERRIDE { return this; }
virtual void settingsChanged(SettingsDelegate::ChangeType) OVERRIDE;
const OwnPtr<AutoscrollController> m_autoscrollController;

Powered by Google App Engine
This is Rietveld 408576698