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

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: 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
old mode 100644
new mode 100755
index 330c8250a66f3b63cf1b7b48da299c9206259259..774451f29be52b62803eed9bab2a1e8b233884d9
--- a/Source/core/page/Page.h
+++ b/Source/core/page/Page.h
@@ -243,7 +243,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