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

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

Issue 2838103002: Omnibox - Add about:flag to Enable Clipboard Provider (Closed)
Patch Set: 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/flag_descriptions.h ('k') | tools/metrics/histograms/histograms.xml » ('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 #include "chrome/browser/flag_descriptions.h" 5 #include "chrome/browser/flag_descriptions.h"
6 6
7 namespace flag_descriptions { 7 namespace flag_descriptions {
8 8
9 // Material Design version of chrome://bookmarks 9 // Material Design version of chrome://bookmarks
10 10
(...skipping 2997 matching lines...) Expand 10 before | Expand all | Expand 10 after
3008 3008
3009 const char kEnableCopylessPasteDescription[] = 3009 const char kEnableCopylessPasteDescription[] =
3010 "Provide suggestions for text input, based on your recent context. For " 3010 "Provide suggestions for text input, based on your recent context. For "
3011 "example, if you looked at a restaurant website and switched to the Maps " 3011 "example, if you looked at a restaurant website and switched to the Maps "
3012 "app, the keyboard would offer the name of that restaurant as a suggestion " 3012 "app, the keyboard would offer the name of that restaurant as a suggestion "
3013 "to enter into the search bar. The data is indexed locally, and never sent " 3013 "to enter into the search bar. The data is indexed locally, and never sent "
3014 "to the server. It's disabled in incognito mode."; 3014 "to the server. It's disabled in incognito mode.";
3015 3015
3016 #endif // defined(OS_ANDROID) 3016 #endif // defined(OS_ANDROID)
3017 3017
3018 #if defined(OS_ANDROID)
3019
3020 const char kEnableOmniboxClipboardProviderName[] =
3021 "Omnibox clipboard URL suggestions";
3022
3023 const char kEnableOmniboxClipboardProviderDescription[] =
3024 "Provide a suggestion of the URL stored in the clipboard (if any) upon "
3025 "focus in the omnibox.";
3026
3027 #endif // defined(OS_ANDROID)
3028
3018 } // namespace flag_descriptions 3029 } // namespace flag_descriptions
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698