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

Unified Diff: chrome/common/extensions/extension_set.h

Issue 14757022: Add a non-blocking "OneShotEvent" class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests; add a test Created 7 years, 7 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: chrome/common/extensions/extension_set.h
diff --git a/chrome/common/extensions/extension_set.h b/chrome/common/extensions/extension_set.h
index 74d13bf3413e56bf09be489e8ccd77ecf3ed7c5f..20c8f126e9450b41c2b88e465111ae1ef62cc3f9 100644
--- a/chrome/common/extensions/extension_set.h
+++ b/chrome/common/extensions/extension_set.h
@@ -44,6 +44,7 @@ class ExtensionSet {
typedef std::pair<base::FilePath, std::string> ExtensionPathAndDefaultLocale;
typedef std::map<std::string, scoped_refptr<const extensions::Extension> >
ExtensionMap;
+ typedef scoped_refptr<const extensions::Extension> value_type;
Devlin 2013/05/15 00:21:16 Never used.
Jeffrey Yasskin 2013/05/15 03:07:18 Whoops. I took out the gmock assertion that would
// Iteration over the values of the map (given that it's an ExtensionSet,
// it should iterate like a set iterator).

Powered by Google App Engine
This is Rietveld 408576698