Chromium Code Reviews| Index: chrome/browser/ui/cocoa/web_intent_bubble_controller_unittest.mm |
| diff --git a/chrome/browser/ui/cocoa/web_intent_bubble_controller_unittest.mm b/chrome/browser/ui/cocoa/web_intent_bubble_controller_unittest.mm |
| index bb0e0e7ef12b7e73dd80e1e018c76ba3d54b2797..ecc9be182a133a6b49c30b85eb6aea6cc8f881df 100644 |
| --- a/chrome/browser/ui/cocoa/web_intent_bubble_controller_unittest.mm |
| +++ b/chrome/browser/ui/cocoa/web_intent_bubble_controller_unittest.mm |
| @@ -1,4 +1,4 @@ |
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| @@ -14,7 +14,9 @@ namespace { |
| class FakeIntentPickerDelegate : public WebIntentPickerDelegate { |
| public: |
| virtual ~FakeIntentPickerDelegate() {} |
| - virtual void OnServiceChosen(size_t index) {}; |
| + virtual void OnServiceChosen(size_t index, Disposition disposition) {}; |
|
sail
2012/01/27 18:43:59
could you add OVERRIDE on all these virtual functi
binji
2012/01/27 19:04:20
Done.
|
| + virtual void OnInlineDispositionWebContentsCreated( |
| + content::WebContents* web_contents) {} |
| // Callback called when the user cancels out of the dialog. |
| virtual void OnCancelled() {}; |