| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index 8af0983671843252e530c9ab57b94fcc65f9d286..b202648c5e81b89d27115b273abeb6879176f2ed 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -518,6 +518,9 @@ class Profile {
|
| // profile.
|
| virtual PrerenderManager* GetPrerenderManager() = 0;
|
|
|
| + // Returns whether it is a guest session.
|
| + static bool IsGuestSession();
|
| +
|
| #ifdef UNIT_TEST
|
| // Use with caution. GetDefaultRequestContext may be called on any thread!
|
| static void set_default_request_context(URLRequestContextGetter* c) {
|
|
|