| Index: chrome/renderer/extensions/dispatcher.cc
 | 
| diff --git a/chrome/renderer/extensions/dispatcher.cc b/chrome/renderer/extensions/dispatcher.cc
 | 
| index 6a8bbd74b21374a25bdda1125466aee20fa76e56..70d20cb2247b4a60766dcd022fa5aff5c0d0a1aa 100644
 | 
| --- a/chrome/renderer/extensions/dispatcher.cc
 | 
| +++ b/chrome/renderer/extensions/dispatcher.cc
 | 
| @@ -668,6 +668,7 @@ void Dispatcher::PopulateSourceMap() {
 | 
|    // Platform app sources that are not API-specific..
 | 
|    source_map_.RegisterSource("browserTag", IDR_BROWSER_TAG_JS);
 | 
|    source_map_.RegisterSource("platformApp", IDR_PLATFORM_APP_JS);
 | 
| +  source_map_.RegisterSource("injectAppTitlebar", IDR_INJECT_APP_TITLEBAR_JS);
 | 
|  }
 | 
|  
 | 
|  void Dispatcher::PopulateLazyBindingsMap() {
 | 
| 
 |