| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index ed5a8e39db7daec897c8c787f68b565f610fa6d4..e3e733013ff498eaa76de73764a9e83727a22269 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -39,10 +39,6 @@ namespace blink {
|
|
|
| class WebString;
|
|
|
| -// Temporary #if guard for a multi-CL change across blink + Chrome.
|
| -// See crrev.com/1192323002 for details.
|
| -#define CLEANUP_V8_CACHE_OPTIONS_GUARD
|
| -
|
| // WebSettings is owned by the WebView and allows code to modify the settings for
|
| // the WebView's page without any knowledge of WebCore itself. For the most part,
|
| // these functions have a 1:1 mapping with the methods in WebCore/page/Settings.h.
|
|
|