| Index: content/public/browser/presentation_session.h
|
| diff --git a/content/public/browser/presentation_session.h b/content/public/browser/presentation_session.h
|
| index 48921484138f3f7166c326334657997d8a344df7..773f7f5dab8ad5670f1ddee6cd9a45bb045205c1 100644
|
| --- a/content/public/browser/presentation_session.h
|
| +++ b/content/public/browser/presentation_session.h
|
| @@ -23,6 +23,8 @@ struct CONTENT_EXPORT PresentationSessionInfo {
|
| const std::string& presentation_id);
|
| ~PresentationSessionInfo();
|
|
|
| + bool IsController() const { return !presentation_url.empty(); }
|
| +
|
| const std::string presentation_url;
|
| const std::string presentation_id;
|
| };
|
|
|