| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index 3492d9b19313f64dc11e33078bf4e46944db968d..134552d1ba207af79687ecdccead1ea02ebff7df 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -36,6 +36,7 @@ class PrefService;
|
| class PromoCounter;
|
| class ProtocolHandlerRegistry;
|
| class TestingProfile;
|
| +class UsbService;
|
| class UserScriptMaster;
|
| class VisitedLinkMaster;
|
| class WebDataService;
|
| @@ -395,6 +396,9 @@ class Profile : public content::BrowserContext {
|
| // more recent (or equal to) the one specified.
|
| virtual bool WasCreatedByVersionOrLater(const std::string& version) = 0;
|
|
|
| + // TODO(gdk): Documentation.
|
| + virtual UsbService* GetUsbService() = 0;
|
| +
|
| std::string GetDebugName();
|
|
|
| // Returns whether it is a guest session.
|
|
|