| Index: mojo/shell/identity.h
|
| diff --git a/mojo/shell/identity.h b/mojo/shell/identity.h
|
| index e7a2d27dfda0570746d9cb4b0dcef1a41884c0dd..e5a349b6469aa9722b1dedabf1bfc371ad0a51e5 100644
|
| --- a/mojo/shell/identity.h
|
| +++ b/mojo/shell/identity.h
|
| @@ -30,6 +30,7 @@ class Identity {
|
|
|
| bool operator<(const Identity& other) const;
|
| bool is_null() const { return url_.is_empty(); }
|
| + bool operator==(const Identity& other) const;
|
|
|
| const GURL& url() const { return url_; }
|
| const std::string& qualifier() const { return qualifier_; }
|
|
|