Skip to content

Commit 37abab5

Browse files
committed
add Th24 header file to .patch
1 parent b4c87ed commit 37abab5

2 files changed

Lines changed: 20 additions & 14 deletions

File tree

other/thorium-2024-ui.patch

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,26 @@ index aa9cd30374311..c5d3cbd005dae 100644
309309
}
310310

311311
int ChromeRefresh2023TabStyle::GetSeparatorCornerRadius() const {
312+
diff --git a/chrome/browser/ui/thorium_2024.h b/chrome/browser/ui/thorium_2024.h
313+
new file mode 100644
314+
index 0000000000000..de40b42fcc722
315+
--- /dev/null
316+
+++ b/chrome/browser/ui/thorium_2024.h
317+
@@ -0,0 +1,14 @@
318+
+// Copyright 2024 Alex313031
319+
+// Use of this source code is governed by a BSD-style license that can be
320+
+// found in the LICENSE file.
321+
+
322+
+#ifndef CHROME_BROWSER_UI_THORIUM_2024_UI_H_
323+
+#define CHROME_BROWSER_UI_THORIUM_2024_UI_H_
324+
+
325+
+#include "base/command_line.h"
326+
+#include "ui/base/ui_base_features.h"
327+
+
328+
+// Blanking out until moving file to //ui/base
329+
+//static const bool thor24 = features::IsThorium2024();
330+
+
331+
+#endif // CHROME_BROWSER_UI_THORIUM_2024_UI_H_
312332
diff --git a/chrome/browser/ui/views/chrome_layout_provider.cc b/chrome/browser/ui/views/chrome_layout_provider.cc
313333
index efe87aa6d6dd6..be18a870f0217 100644
314334
--- a/chrome/browser/ui/views/chrome_layout_provider.cc

src/chrome/browser/ui/thorium_2024.h

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)