Index: public/web/WebSettings.h |
diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h |
index 9b3dba48a8f0d09968274ff9b3c7806824fe154f..31a20e031d7346619f107d9759042f7e09507727 100644 |
--- a/public/web/WebSettings.h |
+++ b/public/web/WebSettings.h |
@@ -189,6 +189,7 @@ public: |
virtual void setUseSolidColorScrollbars(bool) = 0; |
virtual void setUseWideViewport(bool) = 0; |
virtual void setUsesEncodingDetector(bool) = 0; |
+ virtual void setV8CacheOptions(const WebString&) = 0; |
jochen (gone - plz use gerrit)
2014/08/04 09:27:29
i think it would be preferable to use an enum inst
vogelheim
2014/08/05 16:03:36
Done.
|
virtual void setValidationMessageTimerMagnification(int) = 0; |
virtual void setViewportEnabled(bool) = 0; |
virtual void setViewportMetaEnabled(bool) = 0; |