| Index: extensions/common/user_script.h
|
| diff --git a/extensions/common/user_script.h b/extensions/common/user_script.h
|
| index 54f5879e5bdf1bdd25d62c8bda55d51c854b4276..15c7a01c582b2271e69f525306f638843594409b 100644
|
| --- a/extensions/common/user_script.h
|
| +++ b/extensions/common/user_script.h
|
| @@ -284,6 +284,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
|
|
|