1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef IOS_CHROME_BROWSER_EXPERIMENTAL_FLAGS_H_
6 #define IOS_CHROME_BROWSER_EXPERIMENTAL_FLAGS_H_
8 // This file can be empty. Its purpose is to contain the relatively short lived
9 // declarations required for experimental flags.
11 namespace experimental_flags
{
13 // Returns true if the contents of the clipboard can be used for autocomplete.
14 bool IsOpenFromClipboardEnabled();
16 } // namespace experimental_flags
18 #endif // IOS_CHROME_BROWSER_EXPERIMENTAL_FLAGS_H_