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

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

Issue 2853583002: 🏠 Add expand button and flag to enable it (Closed)
Patch Set: metrics Created 3 years, 7 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 1944 matching lines...) Expand 10 before | Expand all | Expand 10 after
1955 #endif // defined(OS_ANDROID) 1955 #endif // defined(OS_ANDROID)
1956 1956
1957 // Chrome home flags 1957 // Chrome home flags
1958 1958
1959 #if defined(OS_ANDROID) 1959 #if defined(OS_ANDROID)
1960 1960
1961 const char kChromeHomeName[] = "Chrome Home"; 1961 const char kChromeHomeName[] = "Chrome Home";
1962 1962
1963 const char kChromeHomeDescription[] = "Enables Chrome Home on Android."; 1963 const char kChromeHomeDescription[] = "Enables Chrome Home on Android.";
1964 1964
1965 const char kChromeHomeExpandButtonName[] = "Chrome Home Expand Button";
1966
1967 const char kChromeHomeExpandButtonDescription[] =
1968 "Enables the expand button for Chrome Home.";
1969
1965 #endif // defined(OS_ANDROID) 1970 #endif // defined(OS_ANDROID)
1966 1971
1967 // In-Product Help flags 1972 // In-Product Help flags
1968 1973
1969 #if defined(OS_ANDROID) 1974 #if defined(OS_ANDROID)
1970 1975
1971 const char kEnableIphDemoMode[] = "In-Product Help Demo Mode"; 1976 const char kEnableIphDemoMode[] = "In-Product Help Demo Mode";
1972 1977
1973 const char kEnableIphDemoModeDescription[] = 1978 const char kEnableIphDemoModeDescription[] =
1974 "Enables In-Product Help demo mode on Android."; 1979 "Enables In-Product Help demo mode on Android.";
(...skipping 1061 matching lines...) Expand 10 before | Expand all | Expand 10 after
3036 3041
3037 const char kOmniboxDisplayTitleForCurrentUrlName[] = 3042 const char kOmniboxDisplayTitleForCurrentUrlName[] =
3038 "Include title for the current URL in the omnibox"; 3043 "Include title for the current URL in the omnibox";
3039 3044
3040 const char kOmniboxDisplayTitleForCurrentUrlDescription[] = 3045 const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
3041 "In the event that the omnibox provides suggestions on-focus, the URL of " 3046 "In the event that the omnibox provides suggestions on-focus, the URL of "
3042 "the current page is provided as the first suggestion without a title. " 3047 "the current page is provided as the first suggestion without a title. "
3043 "Enabling this flag causes the title to be displayed."; 3048 "Enabling this flag causes the title to be displayed.";
3044 3049
3045 } // namespace flag_descriptions 3050 } // namespace flag_descriptions
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698