goog.loadModule(function(exports) { "use strict"; goog.module("goog.labs.userAgent.chromiumRebrands"); goog.module.declareLegacyNamespace(); const ChromiumRebrand = {GOOGLE_CHROME:"Google Chrome", BRAVE:"Brave", OPERA:"Opera", EDGE:"Microsoft Edge"}; exports.ChromiumRebrand = ChromiumRebrand; return exports; }); //# sourceMappingURL=goog.labs.useragent.chromium_rebrands.js.map