Index: chrome/renderer/chrome_render_thread_observer.cc |
diff --git a/chrome/renderer/chrome_render_thread_observer.cc b/chrome/renderer/chrome_render_thread_observer.cc |
index aedcebff9754b6624018b5c855126652a6520092..272b27fd83c9a3dd5d5c90d227dcbc895ecadefa 100644 |
--- a/chrome/renderer/chrome_render_thread_observer.cc |
+++ b/chrome/renderer/chrome_render_thread_observer.cc |
@@ -51,7 +51,6 @@ |
#include "third_party/WebKit/public/web/WebCache.h" |
#include "third_party/WebKit/public/web/WebDocument.h" |
#include "third_party/WebKit/public/web/WebFrame.h" |
-#include "third_party/WebKit/public/web/WebRuntimeFeatures.h" |
#include "third_party/WebKit/public/web/WebSecurityPolicy.h" |
#include "third_party/WebKit/public/web/WebView.h" |
@@ -60,7 +59,6 @@ |
#endif |
using blink::WebCache; |
-using blink::WebRuntimeFeatures; |
using blink::WebSecurityPolicy; |
using blink::WebString; |
using content::RenderThread; |
@@ -244,10 +242,6 @@ ChromeRenderThreadObserver::ChromeRenderThreadObserver() |
const base::CommandLine& command_line = |
*base::CommandLine::ForCurrentProcess(); |
-#if defined(ENABLE_AUTOFILL_DIALOG) |
- WebRuntimeFeatures::enableRequestAutocomplete(true); |
-#endif |
- |
RenderThread* thread = RenderThread::Get(); |
resource_delegate_.reset(new RendererResourceDelegate()); |
thread->SetResourceDispatcherDelegate(resource_delegate_.get()); |