| Index: chrome/browser/ui/exclusive_access/exclusive_access_bubble.h
|
| diff --git a/chrome/browser/ui/exclusive_access/exclusive_access_bubble.h b/chrome/browser/ui/exclusive_access/exclusive_access_bubble.h
|
| index 0e6bd8e4b11261c0cf4bb02a6e45235ddb0f6ce2..1b9924d328251a84b5bbddd3bfde7871182ca379 100644
|
| --- a/chrome/browser/ui/exclusive_access/exclusive_access_bubble.h
|
| +++ b/chrome/browser/ui/exclusive_access/exclusive_access_bubble.h
|
| @@ -86,10 +86,6 @@ class ExclusiveAccessBubble : public gfx::AnimationDelegate {
|
| void CheckMousePosition();
|
|
|
| void ExitExclusiveAccess();
|
| - // Accepts the request. Can cause FullscreenExitBubble to be deleted.
|
| - void Accept();
|
| - // Denys the request. Can cause FullscreenExitBubble to be deleted.
|
| - void Cancel();
|
|
|
| // The following strings may change according to the content type and URL.
|
| base::string16 GetCurrentMessageText() const;
|
|
|