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

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

Issue 2483783004: Rename NativeBrowserFrameFactoryAuraLinux to NativeBrowserFrameFactoryAuraX11 (Closed)
Patch Set: addressed sky's review (take 2) Created 4 years, 1 month 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
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/views/frame/desktop_browser_frame_auralinux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/frame/desktop_browser_frame_auralinux.h
diff --git a/chrome/browser/ui/views/frame/desktop_browser_frame_auralinux.h b/chrome/browser/ui/views/frame/desktop_browser_frame_auralinux.h
deleted file mode 100644
index 87f231ba3500d54fc82d443db0cb6f2a0b76d3b7..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/views/frame/desktop_browser_frame_auralinux.h
+++ /dev/null
@@ -1,35 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_UI_VIEWS_FRAME_DESKTOP_BROWSER_FRAME_AURALINUX_H_
-#define CHROME_BROWSER_UI_VIEWS_FRAME_DESKTOP_BROWSER_FRAME_AURALINUX_H_
-
-#include "base/macros.h"
-#include "chrome/browser/ui/views/frame/desktop_browser_frame_aura.h"
-#include "components/prefs/pref_member.h"
-
-// Provides the window frame for the Chrome browser window on Desktop Linux.
-class DesktopBrowserFrameAuraLinux : public DesktopBrowserFrameAura {
- public:
- DesktopBrowserFrameAuraLinux(BrowserFrame* browser_frame,
- BrowserView* browser_view);
-
- protected:
- ~DesktopBrowserFrameAuraLinux() override;
-
- // Overridden from NativeBrowserFrame:
- views::Widget::InitParams GetWidgetParams() override;
- bool UseCustomFrame() const override;
-
- private:
- // Called when the preference changes.
- void OnUseCustomChromeFrameChanged();
-
- // Whether the custom Chrome frame preference is set.
- BooleanPrefMember use_custom_frame_pref_;
-
- DISALLOW_COPY_AND_ASSIGN(DesktopBrowserFrameAuraLinux);
-};
-
-#endif // CHROME_BROWSER_UI_VIEWS_FRAME_DESKTOP_BROWSER_FRAME_AURALINUX_H_
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/views/frame/desktop_browser_frame_auralinux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698