| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index d8daf842883b807ae9f7b9a3e796aa4236bf2d05..bae6cff29388480f9f765fc086cfcb3c8355b8eb 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -139,6 +139,8 @@ class ProfileImpl : public Profile {
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| virtual PrefProxyConfigTracker* GetProxyConfigTracker() OVERRIDE;
|
| + virtual content::WakeLockPermissionContext*
|
| + GetWakeLockPermissionContext() OVERRIDE;
|
|
|
| private:
|
| #if defined(OS_CHROMEOS)
|
|
|