Size reduction from moving const char arrays out of header

Change from initial\chrome.dll to out\release\chrome.dll
     .text:   192 bytes change
    .rdata:  -352 bytes change
    .reloc:    28 bytes change
Total change:  -132 bytes

Change from initial\chrome_child.dll to out\release\chrome_child.dll
     .text:  -512 bytes change
    .rdata:  -384 bytes change
    .reloc:  -320 bytes change
Total change: -1216 bytes

This isn't particularly worthwhile for the size savings, but it seems
worthwhile just because const non-integral variable definitions in
header files are not ideal.

BUG=630755
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel

Review-Url: https://codereview.chromium.org/2523063002
Cr-Commit-Position: refs/heads/master@{#436499}
3 files changed