DescriptionRebase SpeechInputBubble on the new views bubble.
I chose to use the local ContentView class to implement BubbleDelegateView.
SpeechInputBubbleImpl didn't fit well as a BubbleDelegateView, because:
-Instances are expected to outlive Widget closure or hide (not implemented).
-SpeechInputBubbleBase::Show would cause a naming conflict.
-SpeechInputBubbleController interactions made that approach difficult.
BUG=98323
TEST=SpeechInputBubbles function as before.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110622
Patch Set 1 : Take another approach. #
Total comments: 9
Patch Set 2 : Fix lifetime issues, check for NULL LocationBarView. #Messages
Total messages: 8 (0 generated)
|