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

Unified Diff: chrome/browser/browser_process.h

Issue 6992081: Make --allow-cross-domain-auth-prompt equivalent to a preference. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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 side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698