| Index: extensions/common/user_script.h
|
| diff --git a/extensions/common/user_script.h b/extensions/common/user_script.h
|
| index b95607857489a890777b42e5a59707af071d8371..bfa23dd50096f60b6aa1066ca79ccea3d93abc9d 100644
|
| --- a/extensions/common/user_script.h
|
| +++ b/extensions/common/user_script.h
|
| @@ -287,6 +287,9 @@ class UserScript {
|
| bool incognito_enabled_;
|
| };
|
|
|
| +// For storing UserScripts with unique IDs in sets.
|
| +bool operator<(const UserScript& script1, const UserScript& script2);
|
| +
|
| typedef std::vector<UserScript> UserScriptList;
|
|
|
| } // namespace extensions
|
|
|