| Index: ios/chrome/browser/ios_chrome_flags_descriptions.h
|
| diff --git a/ios/chrome/browser/ios_chrome_flags_descriptions.h b/ios/chrome/browser/ios_chrome_flags_descriptions.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6c642d74371a5b71fb71be037f9353d01b974138
|
| --- /dev/null
|
| +++ b/ios/chrome/browser/ios_chrome_flags_descriptions.h
|
| @@ -0,0 +1,34 @@
|
| +// Copyright 2017 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 IOS_CHROME_BROWSER_IOS_CHROME_FLAGS_DESCRIPTIONS_H_
|
| +#define IOS_CHROME_BROWSER_IOS_CHROME_FLAGS_DESCRIPTIONS_H_
|
| +
|
| +#include "build/build_config.h"
|
| +#include "build/buildflag.h"
|
| +
|
| +namespace flags_descriptions {
|
| +
|
| +// Description of about:flag option to control redirection to the task
|
| +// scheduler.
|
| +extern const char kBrowserTaskSchedulerDescription[];
|
| +
|
| +// Name of about:flag option to control redirection to the task scheduler.
|
| +extern const char kBrowserTaskSchedulerName[];
|
| +
|
| +// Title for the flag to enable Contextual Search.
|
| +extern const char kContextualSearch[];
|
| +
|
| +// Description for the flag to enable Contextual Search.
|
| +extern const char kContextualSearchDescription[];
|
| +
|
| +// Title for the flag to enable Physical Web in the omnibox.
|
| +extern const char kPhysicalWeb[];
|
| +
|
| +// Description for the flag to enable Physical Web in the omnibox.
|
| +extern const char kPhysicalWebDescription[];
|
| +
|
| +} // namespace flags_descriptions
|
| +
|
| +#endif // IOS_CHROME_BROWSER_IOS_CHROME_FLAGS_DESCRIPTIONS_H_
|
|
|