commit | 2e01e6924dd16b506a9fb6b9630ef112b3f28e72 | [log] [tgz] |
---|---|---|
author | Takashi Toyoshima <[email protected]> | Fri Nov 16 03:23:27 2018 |
committer | Commit Bot <[email protected]> | Fri Nov 16 03:23:27 2018 |
tree | 4b30f57ade580d19c78510d23546ee1a6afb3ef3 | |
parent | 7b0cc289407e6b86033e3a7ec3b51c4ef70c5c0a [diff] [blame] |
OOR-CORS: Rename *CORS* to *Cors* so to conform styleguide This is mechanical, but a large change set. As we discussed at a code review in the past, let's rename all CORS related names. Bug: 875759 Change-Id: I1d626f229ac3ddc7a1d83e921449db0d1472af1c Tbr: [email protected], [email protected], [email protected], [email protected], [email protected], [email protected] Reviewed-on: https://chromium-review.googlesource.com/c/1333018 Commit-Queue: Takashi Toyoshima <[email protected]> Reviewed-by: Yutaka Hirano <[email protected]> Cr-Commit-Position: refs/heads/master@{#608647}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index e78e13f2..96a1eb2 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -445,8 +445,8 @@ extern const char kEnableOptimizationHintsName[]; extern const char kEnableOptimizationHintsDescription[]; -extern const char kEnableOutOfBlinkCORSName[]; -extern const char kEnableOutOfBlinkCORSDescription[]; +extern const char kEnableOutOfBlinkCorsName[]; +extern const char kEnableOutOfBlinkCorsDescription[]; extern const char kVizDisplayCompositorName[]; extern const char kVizDisplayCompositorDescription[];