Moving the code that disables accelerated compositing for chrome: and chrome-extensions:
commit447021cb995e1ec7799eeb893f4c2b7acb30533e
authorvangelis@chromium.org <vangelis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 8 Sep 2010 21:29:08 +0000 (8 21:29 +0000)
committervangelis@chromium.org <vangelis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 8 Sep 2010 21:29:08 +0000 (8 21:29 +0000)
tree660dde553b3777736e560e05609778bc15ea0b47
parentd6bf667b962bbd99222392e74206cc22590478a7
Moving the code that disables accelerated compositing for chrome: and chrome-extensions:
URLs into TabContents::GetWebkitPrefs() so that it gets called both when the RenderView is
created and on subsequent preference updates. Also removed checking for kChromeInternalScheme as it is not used (per Darin).

BUG=54869
Review URL: http://codereview.chromium.org/3364015

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58874 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/renderer_host/render_view_host.cc
chrome/browser/tab_contents/tab_contents.cc