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

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

Issue 2738003002: Add title to current page in zero suggest. (Closed)
Patch Set: Add flag to show title for current URL suggestion. 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 2892 matching lines...) Expand 10 before | Expand all | Expand 10 after
2903 2903
2904 const char kEnableEhvInputName[] = 2904 const char kEnableEhvInputName[] =
2905 "Emoji, handwriting and voice input on opt-in IME menu"; 2905 "Emoji, handwriting and voice input on opt-in IME menu";
2906 2906
2907 const char kEnableEhvInputDescription[] = 2907 const char kEnableEhvInputDescription[] =
2908 "Enable access to emoji, handwriting and voice input form opt-in IME " 2908 "Enable access to emoji, handwriting and voice input form opt-in IME "
2909 "menu."; 2909 "menu.";
2910 2910
2911 #endif // #if defined(OS_CHROMEOS) 2911 #endif // #if defined(OS_CHROMEOS)
2912 2912
2913 const char kIncludeTitleToACMatchForCurrentUrlName[] =
2914 "Include title to current URL suggestion in omnibox";
Mark P 2017/04/10 22:38:01 nit: to -> for the optional nit: omit "suggestion"
gcomanici 2017/04/11 20:51:41 Done.
2915
2916 const char kIncludeTitleToACMatchForCurrentUrlDescription[] =
2917 "In the event that omnibox provides suggestions before the user starts "
2918 "typing a URL or a search query, the URL of the current page is provided "
Mark P 2017/04/10 22:38:02 Please consider a revised phrasing, like this: In
gcomanici 2017/04/11 20:51:41 Done.
2919 "as the first suggestion. This feature will include the title along with "
2920 "the URL of the page.";
2913 } // namespace flag_descriptions 2921 } // namespace flag_descriptions
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698