Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(225)

Side by Side Diff: chrome/browser/flag_descriptions.h

Issue 2706363002: Add Finch flag for Copyless Paste (Closed)
Patch Set: rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/android/chrome_feature_list.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 5 #ifndef CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
6 #define CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 6 #define CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
7 7
8 // Includes needed for macros allowing conditional compilation of some strings. 8 // Includes needed for macros allowing conditional compilation of some strings.
9 #include "build/build_config.h" 9 #include "build/build_config.h"
10 #include "build/buildflag.h" 10 #include "build/buildflag.h"
(...skipping 3182 matching lines...) Expand 10 before | Expand all | Expand 10 after
3193 3193
3194 // Name of the about: flag for enabling encryption migratoin, which ensures the 3194 // Name of the about: flag for enabling encryption migratoin, which ensures the
3195 // user's cryptohome is encrypted by ext4 dircrypto instead of ecryptfs. 3195 // user's cryptohome is encrypted by ext4 dircrypto instead of ecryptfs.
3196 extern const char kEnableEncryptionMigrationName[]; 3196 extern const char kEnableEncryptionMigrationName[];
3197 3197
3198 // Description of the about: flag for enabling encryption migratoin. 3198 // Description of the about: flag for enabling encryption migratoin.
3199 extern const char kEnableEncryptionMigrationDescription[]; 3199 extern const char kEnableEncryptionMigrationDescription[];
3200 3200
3201 #endif // #if defined(OS_CHROMEOS) 3201 #endif // #if defined(OS_CHROMEOS)
3202 3202
3203 #if defined(OS_ANDROID)
3204
3205 // Name of the flag that enables Copyless Paste.
3206 extern const char kEnableCopylessPasteName[];
3207
3208 // Description of the flag that enables Copyless Paste.
3209 extern const char kEnableCopylessPasteDescription[];
3210
3211 #endif // defined(OS_ANDROID)
3212
3203 } // namespace flag_descriptions 3213 } // namespace flag_descriptions
3204 3214
3205 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 3215 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
OLDNEW
« no previous file with comments | « chrome/browser/android/chrome_feature_list.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698