Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(375)

Side by Side Diff: chrome/app/nibs/SpeechRecognitionBubble.xib

Issue 9568002: Renamed speech input implementation from to speech_recognition_*. The namespace has been renamed fr… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased from master. Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/app/nibs/SpeechInputBubble.xib ('k') | chrome/browser/chrome_content_browser_client.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10"> 2 <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10">
3 <data> 3 <data>
4 <int key="IBDocument.SystemTarget">1050</int> 4 <int key="IBDocument.SystemTarget">1050</int>
5 <string key="IBDocument.SystemVersion">10F569</string> 5 <string key="IBDocument.SystemVersion">10F569</string>
6 <string key="IBDocument.InterfaceBuilderVersion">762</string> 6 <string key="IBDocument.InterfaceBuilderVersion">762</string>
7 <string key="IBDocument.AppKitVersion">1038.29</string> 7 <string key="IBDocument.AppKitVersion">1038.29</string>
8 <string key="IBDocument.HIToolboxVersion">461.00</string> 8 <string key="IBDocument.HIToolboxVersion">461.00</string>
9 <object class="NSMutableDictionary" key="IBDocument.PluginVersio ns"> 9 <object class="NSMutableDictionary" key="IBDocument.PluginVersio ns">
10 <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaP lugin</string> 10 <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaP lugin</string>
(...skipping 12 matching lines...) Expand all
23 <object class="NSArray" key="dict.sortedKeys" id="0"> 23 <object class="NSArray" key="dict.sortedKeys" id="0">
24 <bool key="EncodedWithXMLCoder">YES</bool> 24 <bool key="EncodedWithXMLCoder">YES</bool>
25 </object> 25 </object>
26 <object class="NSMutableArray" key="dict.values"> 26 <object class="NSMutableArray" key="dict.values">
27 <bool key="EncodedWithXMLCoder">YES</bool> 27 <bool key="EncodedWithXMLCoder">YES</bool>
28 </object> 28 </object>
29 </object> 29 </object>
30 <object class="NSMutableArray" key="IBDocument.RootObjects" id=" 1048"> 30 <object class="NSMutableArray" key="IBDocument.RootObjects" id=" 1048">
31 <bool key="EncodedWithXMLCoder">YES</bool> 31 <bool key="EncodedWithXMLCoder">YES</bool>
32 <object class="NSCustomObject" id="1021"> 32 <object class="NSCustomObject" id="1021">
33 » » » » <string key="NSClassName">SpeechInputWindowContr oller</string> 33 » » » » <string key="NSClassName">SpeechRecognitionWindo wController</string>
34 </object> 34 </object>
35 <object class="NSCustomObject" id="1014"> 35 <object class="NSCustomObject" id="1014">
36 <string key="NSClassName">FirstResponder</string > 36 <string key="NSClassName">FirstResponder</string >
37 </object> 37 </object>
38 <object class="NSCustomObject" id="1050"> 38 <object class="NSCustomObject" id="1050">
39 <string key="NSClassName">NSApplication</string> 39 <string key="NSClassName">NSApplication</string>
40 </object> 40 </object>
41 <object class="NSWindowTemplate" id="513744381"> 41 <object class="NSWindowTemplate" id="513744381">
42 <int key="NSWindowStyleMask">15</int> 42 <int key="NSWindowStyleMask">15</int>
43 <int key="NSWindowBacking">2</int> 43 <int key="NSWindowBacking">2</int>
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
667 </object> 667 </object>
668 </object> 668 </object>
669 <object class="IBPartialClassDescription"> 669 <object class="IBPartialClassDescription">
670 <string key="className">NSWindow</string > 670 <string key="className">NSWindow</string >
671 <object class="IBClassDescriptionSource" key="sourceIdentifier"> 671 <object class="IBClassDescriptionSource" key="sourceIdentifier">
672 <string key="majorKey">IBProject Source</string> 672 <string key="majorKey">IBProject Source</string>
673 <string key="minorKey">browser/u i/cocoa/themed_window.h</string> 673 <string key="minorKey">browser/u i/cocoa/themed_window.h</string>
674 </object> 674 </object>
675 </object> 675 </object>
676 <object class="IBPartialClassDescription"> 676 <object class="IBPartialClassDescription">
677 » » » » » <string key="className">SpeechInputWindo wController</string> 677 » » » » » <string key="className">SpeechRecognitio nWindowController</string>
678 <string key="superclassName">BaseBubbleC ontroller</string> 678 <string key="superclassName">BaseBubbleC ontroller</string>
679 <object class="NSMutableDictionary" key= "actions"> 679 <object class="NSMutableDictionary" key= "actions">
680 <bool key="EncodedWithXMLCoder"> YES</bool> 680 <bool key="EncodedWithXMLCoder"> YES</bool>
681 <object class="NSArray" key="dic t.sortedKeys"> 681 <object class="NSArray" key="dic t.sortedKeys">
682 <bool key="EncodedWithXM LCoder">YES</bool> 682 <bool key="EncodedWithXM LCoder">YES</bool>
683 <string>cancel:</string> 683 <string>cancel:</string>
684 <string>micSettings:</st ring> 684 <string>micSettings:</st ring>
685 <string>tryAgain:</strin g> 685 <string>tryAgain:</strin g>
686 </object> 686 </object>
687 <object class="NSMutableArray" k ey="dict.values"> 687 <object class="NSMutableArray" k ey="dict.values">
(...skipping 21 matching lines...) Expand all
709 <string>NSButton</string > 709 <string>NSButton</string >
710 <string>NSButton</string > 710 <string>NSButton</string >
711 </object> 711 </object>
712 </object> 712 </object>
713 <object class="IBClassDescriptionSource" key="sourceIdentifier"> 713 <object class="IBClassDescriptionSource" key="sourceIdentifier">
714 <string key="majorKey">IBProject Source</string> 714 <string key="majorKey">IBProject Source</string>
715 <string key="minorKey">browser/u i/cocoa/speech_input_window_controller.h</string> 715 <string key="minorKey">browser/u i/cocoa/speech_input_window_controller.h</string>
716 </object> 716 </object>
717 </object> 717 </object>
718 <object class="IBPartialClassDescription"> 718 <object class="IBPartialClassDescription">
719 » » » » » <string key="className">SpeechInputWindo wController</string> 719 » » » » » <string key="className">SpeechRecognitio nWindowController</string>
720 <string key="superclassName">BaseBubbleC ontroller</string> 720 <string key="superclassName">BaseBubbleC ontroller</string>
721 <object class="NSMutableDictionary" key= "outlets"> 721 <object class="NSMutableDictionary" key= "outlets">
722 <string key="NS.key.0">myOutlet1 </string> 722 <string key="NS.key.0">myOutlet1 </string>
723 <string key="NS.object.0">id</st ring> 723 <string key="NS.object.0">id</st ring>
724 </object> 724 </object>
725 <object class="IBClassDescriptionSource" key="sourceIdentifier"> 725 <object class="IBClassDescriptionSource" key="sourceIdentifier">
726 <string key="majorKey">IBUserSou rce</string> 726 <string key="majorKey">IBUserSou rce</string>
727 <string key="minorKey"/> 727 <string key="minorKey"/>
728 </object> 728 </object>
729 </object> 729 </object>
(...skipping 703 matching lines...) Expand 10 before | Expand all | Expand 10 after
1433 </object> 1433 </object>
1434 <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTarge tVersion">YES</bool> 1434 <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTarge tVersion">YES</bool>
1435 <string key="IBDocument.LastKnownRelativeProjectPath">../../chro me.xcodeproj</string> 1435 <string key="IBDocument.LastKnownRelativeProjectPath">../../chro me.xcodeproj</string>
1436 <int key="IBDocument.defaultPropertyAccessControl">3</int> 1436 <int key="IBDocument.defaultPropertyAccessControl">3</int>
1437 <object class="NSMutableDictionary" key="IBDocument.LastKnownIma geSizes"> 1437 <object class="NSMutableDictionary" key="IBDocument.LastKnownIma geSizes">
1438 <string key="NS.key.0">speech_input_recording</string> 1438 <string key="NS.key.0">speech_input_recording</string>
1439 <string key="NS.object.0">{128, 128}</string> 1439 <string key="NS.object.0">{128, 128}</string>
1440 </object> 1440 </object>
1441 </data> 1441 </data>
1442 </archive> 1442 </archive>
OLDNEW
« no previous file with comments | « chrome/app/nibs/SpeechInputBubble.xib ('k') | chrome/browser/chrome_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698