 Chromium Code Reviews
 Chromium Code Reviews Issue 6410115:
  Adds navigator.registerProtocolHandler.  (Closed) 
  Base URL: http://git.chromium.org/git/chromium.git@trunk
    
  
    Issue 6410115:
  Adds navigator.registerProtocolHandler.  (Closed) 
  Base URL: http://git.chromium.org/git/chromium.git@trunk| Index: chrome/common/pref_names.h | 
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h | 
| index bea6914ee31a7aa19f49f3beead61709cc1e5bf0..8d83cf2179b6bb14873e668410095f5835156bb0 100644 | 
| --- a/chrome/common/pref_names.h | 
| +++ b/chrome/common/pref_names.h | 
| @@ -452,6 +452,8 @@ extern const char kKnownBackgroundPages[]; | 
| extern const char kDisable3DAPIs[]; | 
| +extern const char kRegisteredProtocolHandlers[]; | 
| + | 
| } // namespace prefs | 
| #endif // CHROME_COMMON_PREF_NAMES_H_ |