Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / frame / SettingsDelegate.h
index 2ea0bf2..6d2778c 100644 (file)
@@ -56,14 +56,12 @@ public:
         MultisamplingChange,
         ImageLoadingChange,
         TextAutosizingChange,
+        ScriptEnableChange,
+        FontFamilyChange,
     };
 
     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;
 };