Chromium Code Reviews| Index: chrome/browser/ui/views/frame/browser_view.h |
| diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h |
| index bcfdd06af0090b5921ff51fcc517f770ab60b7ad..c1672e03af902751117f35cf70730dcdd4e151c2 100644 |
| --- a/chrome/browser/ui/views/frame/browser_view.h |
| +++ b/chrome/browser/ui/views/frame/browser_view.h |
| @@ -101,6 +101,11 @@ class BrowserView : public BrowserWindow, |
| // The browser view's class name. |
| static const char kViewClassName[]; |
| + // Key used to bind an original (non-incognito) profile to the |
| + // widget with which it is associated. Only used on Linux for |
| + // determining if windows should use the system theme. |
| + static const char kThemeProfileKey[]; |
|
sky
2017/02/16 22:10:32
As this is used in places other than browser_view,
Tom (Use chromium acct)
2017/02/17 00:35:31
Done.
|
| + |
| BrowserView(); |
| ~BrowserView() override; |