Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: extensions/browser/extension_registry.h

Issue 631333003: Adding application lifetime tests to athena, allowing to override focus request for applciations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed activation Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: extensions/browser/extension_registry.h
diff --git a/extensions/browser/extension_registry.h b/extensions/browser/extension_registry.h
index ce58c2f1823e55fde6a8df553c90d34d44be4a40..27ef4af1681214e6b5f58e8607d7dac8287e8629 100644
--- a/extensions/browser/extension_registry.h
+++ b/extensions/browser/extension_registry.h
@@ -45,7 +45,7 @@ class ExtensionRegistry : public KeyedService {
content::BrowserContext* browser_context() const { return browser_context_; }
- // NOTE: These sets are *eventually* mututally exclusive, but an extension can
+ // NOTE: These sets are *eventually* mutually exclusive, but an extension can
// appear in two sets for short periods of time.
const ExtensionSet& enabled_extensions() const {
return enabled_extensions_;

Powered by Google App Engine
This is Rietveld 408576698