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

Unified Diff: Source/core/frame/SettingsDelegate.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/frame/SettingsDelegate.h
diff --git a/Source/core/frame/SettingsDelegate.h b/Source/core/frame/SettingsDelegate.h
old mode 100644
new mode 100755
index 2ea0bf2fe07957bb2a6a1c91506b9b9dca051270..c7e1dcdc467921f2bcd6455c1296ce883d87a040
--- a/Source/core/frame/SettingsDelegate.h
+++ b/Source/core/frame/SettingsDelegate.h
@@ -56,14 +56,12 @@ public:
MultisamplingChange,
ImageLoadingChange,
TextAutosizingChange,
+ ScriptEnableChange,
+ DeviceScaleChange,
};
virtual void settingsChanged(ChangeType) = 0;
- // FIXME: This is a hack until the Inspector code can
- // be removed from Settings. http://crbug.com/327476
- virtual Page* page() = 0;
-
protected:
OwnPtr<Settings> const m_settings;
};

Powered by Google App Engine
This is Rietveld 408576698