Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Using "static_assert" in lieu of "COMPILE_ASSERT" in extensions module | anujk.sharma | 2015-01-27 | 1 | -1/+2 |
| | | | | | | | | | | All our toolchains support c++'s static_assert now- COMPILE_ASSERT can be removed now. BUG=442514 Review URL: https://codereview.chromium.org/859993002 Cr-Commit-Position: refs/heads/master@{#313230} | ||||
* | Move ExtensionWarningService and ExtensionsWarningSet, which are used by ↵ | hanxi | 2014-08-28 | 1 | -0/+234 |
webrequest api, to extensions. This cl resolve the dependencies of ExtensionsWarningSet of chrome strings: - move the declarations of IDS_EXTENSION_WARNINGS_XXX to extensions_strings.grd; - replace the usage of "IDS_PRODUCT_NAME" by creating GetProductName() function in ExtensionsClient and its subclasses. BUG=352293 Review URL: https://codereview.chromium.org/503033002 Cr-Commit-Position: refs/heads/master@{#292378} |