Chromium Code Reviews| Index: chrome/browser/chooser_controller/chooser_controller.h |
| diff --git a/chrome/browser/chooser_controller/chooser_controller.h b/chrome/browser/chooser_controller/chooser_controller.h |
| index c5a3609b5377cd44fff62e24534b980e7b021967..340dbbe8ae89d8471531e42026e90b840a320833 100644 |
| --- a/chrome/browser/chooser_controller/chooser_controller.h |
| +++ b/chrome/browser/chooser_controller/chooser_controller.h |
| @@ -46,6 +46,9 @@ class ChooserController { |
| // since the options have already been updated. |
| virtual void OnOptionRemoved(size_t index) = 0; |
| + // Called when |index|th option needs to be updated. |
|
msw
2016/08/12 22:19:33
nit: "Called when the option at |index| has been u
juncai
2016/08/15 18:11:19
Done.
|
| + virtual void OnOptionUpdated(size_t index) = 0; |
| + |
| // Called when the device adapter is turned on or off. |
| virtual void OnAdapterEnabledChanged(bool enabled) = 0; |