| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index fcb78cfa770489231deb947c795bfc8d9c7a54c8..9b31d1cdc661071876905075fd20afa04e916774 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -8,6 +8,8 @@
|
| #define CHROME_BROWSER_PROFILES_PROFILE_H_
|
| #pragma once
|
|
|
| +#include <string>
|
| +
|
| #include "base/basictypes.h"
|
| #include "base/logging.h"
|
| #include "chrome/common/extensions/extension.h"
|
| @@ -517,6 +519,8 @@ class Profile {
|
| // profile.
|
| virtual prerender::PrerenderManager* GetPrerenderManager() = 0;
|
|
|
| + std::string GetDebugName();
|
| +
|
| // Returns whether it is a guest session.
|
| static bool IsGuestSession();
|
|
|
|
|