Split FileManagerPrivateGetStringsFunction::RunSync()
To silence a compiler note caused by
FileManagerPrivateGetStringsFunction::RunSync(), being very big:
../../chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc: In member function 'virtual bool extensions::FileManagerPrivateGetStringsFunction::RunSync()':
../../chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc:65:6: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without
The compiler note is now gone with this splitting change.
TEST=ninja -C out_squawks/Release -j500 chrome => the compiler note is gone
BUG=438921
Review URL: https://codereview.chromium.org/
784833002
Cr-Commit-Position: refs/heads/master@{#307209}