Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3892)

Unified Diff: chrome/browser/ui/views/frame/browser_view.h

Issue 2697513008: Linux Aura: Use Aura theme on all windows when 'Use Classic theme' is used (Closed)
Patch Set: Move kThemeProfileKey into c/b/ui/views/frame/browser_view.h Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698