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

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

Issue 2853583002: 🏠 Add expand button and flag to enable it (Closed)
Patch Set: rebase 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
« 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 1955 matching lines...) Expand 10 before | Expand all | Expand 10 after
1966 #endif // defined(OS_ANDROID) 1966 #endif // defined(OS_ANDROID)
1967 1967
1968 // Chrome home flags 1968 // Chrome home flags
1969 1969
1970 #if defined(OS_ANDROID) 1970 #if defined(OS_ANDROID)
1971 1971
1972 const char kChromeHomeName[] = "Chrome Home"; 1972 const char kChromeHomeName[] = "Chrome Home";
1973 1973
1974 const char kChromeHomeDescription[] = "Enables Chrome Home on Android."; 1974 const char kChromeHomeDescription[] = "Enables Chrome Home on Android.";
1975 1975
1976 const char kChromeHomeExpandButtonName[] = "Chrome Home Expand Button";
1977
1978 const char kChromeHomeExpandButtonDescription[] =
1979 "Enables the expand button for Chrome Home.";
1980
1976 #endif // defined(OS_ANDROID) 1981 #endif // defined(OS_ANDROID)
1977 1982
1978 // In-Product Help flags 1983 // In-Product Help flags
1979 1984
1980 #if defined(OS_ANDROID) 1985 #if defined(OS_ANDROID)
1981 1986
1982 const char kEnableIphDemoMode[] = "In-Product Help Demo Mode"; 1987 const char kEnableIphDemoMode[] = "In-Product Help Demo Mode";
1983 1988
1984 const char kEnableIphDemoModeDescription[] = 1989 const char kEnableIphDemoModeDescription[] =
1985 "Enables In-Product Help demo mode on Android."; 1990 "Enables In-Product Help demo mode on Android.";
(...skipping 1087 matching lines...) Expand 10 before | Expand all | Expand 10 after
3073 3078
3074 const char kEnableHeapProfilingDescription[] = "Enables heap profiling."; 3079 const char kEnableHeapProfilingDescription[] = "Enables heap profiling.";
3075 3080
3076 const char kEnableHeapProfilingModePseudo[] = "Enabled (pseudo mode)"; 3081 const char kEnableHeapProfilingModePseudo[] = "Enabled (pseudo mode)";
3077 3082
3078 const char kEnableHeapProfilingModeNative[] = "Enabled (native mode)"; 3083 const char kEnableHeapProfilingModeNative[] = "Enabled (native mode)";
3079 3084
3080 const char kEnableHeapProfilingTaskProfiler[] = "Enabled (task mode)"; 3085 const char kEnableHeapProfilingTaskProfiler[] = "Enabled (task mode)";
3081 3086
3082 } // namespace flag_descriptions 3087 } // 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