summaryrefslogtreecommitdiffstats
path: root/extensions/browser/warning_set.cc
Commit message (Collapse)AuthorAgeFilesLines
* Using "static_assert" in lieu of "COMPILE_ASSERT" in extensions moduleanujk.sharma2015-01-271-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 ↵hanxi2014-08-281-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}