Remove EWK_BRINGUPS for M120 #3
[platform/framework/web/chromium-efl.git] / chrome / app / chrome_main_linux.h
1 // Copyright 2023 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_APP_CHROME_MAIN_LINUX_H_
6 #define CHROME_APP_CHROME_MAIN_LINUX_H_
7
8 namespace base {
9 class CommandLine;
10 }
11
12 // Appends additional command line arguments and flags coming from
13 // CHROME_EXTRA_FLAGS and CHROME_EXTRA_FLAGS_{CHANNEL} environment variables, if
14 // set, whereas CHANNEL corresponds to the Chrome's release channel or
15 // Chromium's CHROME_VERSION_EXTRA environment variable.
16 void AppendExtraArgumentsToCommandLine(base::CommandLine* command_line);
17
18 #endif  // CHROME_APP_CHROME_MAIN_LINUX_H_