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

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

Issue 2738003002: Add title to current page in zero suggest. (Closed)
Patch Set: Change the place where the title is added and some suggested renaming. 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
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 2950 matching lines...) Expand 10 before | Expand all | Expand 10 after
2961 2961
2962 const char kEnableCopylessPasteDescription[] = 2962 const char kEnableCopylessPasteDescription[] =
2963 "Provide suggestions for text input, based on your recent context. For " 2963 "Provide suggestions for text input, based on your recent context. For "
2964 "example, if you looked at a restaurant website and switched to the Maps " 2964 "example, if you looked at a restaurant website and switched to the Maps "
2965 "app, the keyboard would offer the name of that restaurant as a suggestion " 2965 "app, the keyboard would offer the name of that restaurant as a suggestion "
2966 "to enter into the search bar. The data is indexed locally, and never sent " 2966 "to enter into the search bar. The data is indexed locally, and never sent "
2967 "to the server. It's disabled in incognito mode."; 2967 "to the server. It's disabled in incognito mode.";
2968 2968
2969 #endif // defined(OS_ANDROID) 2969 #endif // defined(OS_ANDROID)
2970 2970
2971 const char kOmniboxDisplayTitleForCurrentUrlName[] =
2972 "Include title for current URL in omnibox";
Mark P 2017/04/12 05:07:56 nit: for -> for the nit: in -> in the
gcomanici 2017/04/12 16:16:30 Done.
2973
2974 const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
2975 "In the event that omnibox provides suggestions on-focus, the URL of the "
Mark P 2017/04/12 05:07:56 nit: that -> that the
gcomanici 2017/04/12 16:16:30 Done.
2976 "current page is provided as the first suggestion with a title. Enabling "
Mark P 2017/04/12 05:07:56 nit: with -> without (yes, I know I'm editing the
gcomanici 2017/04/12 16:16:30 Done.
2977 "this flag causes the title to be displayed.";
Mark P 2017/04/12 05:07:56 nit: blank line between end of your variable defin
gcomanici 2017/04/12 16:16:30 Done.
2971 } // namespace flag_descriptions 2978 } // namespace flag_descriptions
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698