Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| =================================================================== |
| --- chrome/common/pref_names.cc (revision 86721) |
| +++ chrome/common/pref_names.cc (working copy) |
| @@ -1261,6 +1261,10 @@ |
| // String that specifies the name of a custom GSSAPI library to load. |
| const char kGSSAPILibraryName[] = "auth.gssapi_library_name"; |
| +// Boolean that specifies whether to allow basic auth promptin on cross- |
|
Mattias Nissler (ping if slow)
2011/05/26 09:55:51
promptin -> prompt in
|
| +// domain sub-content requests. |
| +const char kAllowCrossOriginAuthPrompt[] = "auth.allow_cross_origin_prompt"; |
| + |
| #if defined(OS_CHROMEOS) |
| // Dictionary for transient storage of settings that should go into signed |
| // settings storage before owner has been assigned. |