0
Files
src/extensions
Dana Jansens 71331253d6 blink: Rename modules/ method to prefix with get when they collide.
This focuses on modules/ to rename methods that are named foo() and
that return a Foo*, which will have collisions when foo() is renamed
to Foo() in chromium style.

This patch uses the following to do many of the replacements, so it's
a bit on the larger side..

git gs '\b$foo()'|grep '\.\(cpp\|h\|cc\):'|cut -d: -f1|sort|uniq|xargs sed -ie 's/\b$foo()/$getFoo()/g'

R=haraken@chromium.org
TBR=brettw, chrishtr
BUG=582312

Review URL: https://codereview.chromium.org/1773813007 .

Cr-Commit-Position: refs/heads/master@{#380209}
2016-03-09 21:00:02 +00:00
..
2016-03-08 16:25:53 +00:00
2016-03-08 16:25:53 +00:00

This will become a reusable extensions module. It implements the core parts of
Chrome's extension system, and can be used with any host of the 'content'
module.