diff options
Diffstat (limited to 'content/browser/tab_contents/tab_contents.cc')
-rw-r--r-- | content/browser/tab_contents/tab_contents.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/browser/tab_contents/tab_contents.cc b/content/browser/tab_contents/tab_contents.cc index aaacf1b..370d825 100644 --- a/content/browser/tab_contents/tab_contents.cc +++ b/content/browser/tab_contents/tab_contents.cc @@ -443,7 +443,6 @@ WebPreferences TabContents::GetWebkitPrefs(RenderViewHost* rvh, // Force accelerated compositing and 2d canvas off for chrome:, about: and // chrome-devtools: pages (unless it's specifically allowed). if ((url.SchemeIs(chrome::kChromeDevToolsScheme) || - // Allow accelerated compositing for keyboard and log in screen. url.SchemeIs(chrome::kChromeUIScheme) || (url.SchemeIs(chrome::kAboutScheme) && url.spec() != chrome::kAboutBlankURL)) && |