| Index: chrome/browser/browser_process.h
|
| ===================================================================
|
| --- chrome/browser/browser_process.h (revision 85807)
|
| +++ chrome/browser/browser_process.h (working copy)
|
| @@ -208,6 +208,10 @@
|
| // the IO thread.
|
| virtual bool plugin_finder_disabled() const = 0;
|
|
|
| + // Returns the state of the allow cross origin auth prompt policy. Callable
|
| + // only on the IO thread.
|
| + virtual bool allow_cross_origin_auth_prompt() const = 0;
|
| +
|
| #if (defined(OS_WIN) || defined(OS_LINUX)) && !defined(OS_CHROMEOS)
|
| // This will start a timer that, if Chrome is in persistent mode, will check
|
| // whether an update is available, and if that's the case, restart the
|
|
|