File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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_
312332diff --git a/chrome/browser/ui/views/chrome_layout_provider.cc b/chrome/browser/ui/views/chrome_layout_provider.cc
313333index efe87aa6d6dd6..be18a870f0217 100644
314334--- a/chrome/browser/ui/views/chrome_layout_provider.cc
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments