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

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

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/android/chrome_feature_list.cc ('k') | chrome/browser/flag_descriptions.cc » ('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 #ifndef CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 5 #ifndef CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
6 #define CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 6 #define CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
7 7
8 // Includes needed for macros allowing conditional compilation of some strings. 8 // Includes needed for macros allowing conditional compilation of some strings.
9 #include "build/build_config.h" 9 #include "build/build_config.h"
10 #include "build/buildflag.h" 10 #include "build/buildflag.h"
(...skipping 2171 matching lines...) Expand 10 before | Expand all | Expand 10 after
2182 // Chrome home flags 2182 // Chrome home flags
2183 2183
2184 #if defined(OS_ANDROID) 2184 #if defined(OS_ANDROID)
2185 2185
2186 // The name of the Chrome Home experiment in about:flags. 2186 // The name of the Chrome Home experiment in about:flags.
2187 extern const char kChromeHomeName[]; 2187 extern const char kChromeHomeName[];
2188 2188
2189 // Description of the Chrome Home experiment in about:flags. 2189 // Description of the Chrome Home experiment in about:flags.
2190 extern const char kChromeHomeDescription[]; 2190 extern const char kChromeHomeDescription[];
2191 2191
2192 // The name of the Chrome Home expand button experiment in about:flags.
2193 extern const char kChromeHomeExpandButtonName[];
2194
2195 // Description of the Chrome Home expand button experiment in about:flags.
2196 extern const char kChromeHomeExpandButtonDescription[];
2197
2192 #endif // defined(OS_ANDROID) 2198 #endif // defined(OS_ANDROID)
2193 2199
2194 // In-Product Help flags 2200 // In-Product Help flags
2195 2201
2196 #if defined(OS_ANDROID) 2202 #if defined(OS_ANDROID)
2197 2203
2198 // The name of the In-Product Help demo mode in about:flags. 2204 // The name of the In-Product Help demo mode in about:flags.
2199 extern const char kEnableIphDemoMode[]; 2205 extern const char kEnableIphDemoMode[];
2200 2206
2201 // Description of the In-Product Help demo mode in about:flags. 2207 // Description of the In-Product Help demo mode in about:flags.
(...skipping 1137 matching lines...) Expand 10 before | Expand all | Expand 10 after
3339 extern const char kEnableHeapProfilingDescription[]; 3345 extern const char kEnableHeapProfilingDescription[];
3340 3346
3341 // Descriptions of the different heap profiling modes. 3347 // Descriptions of the different heap profiling modes.
3342 extern const char kEnableHeapProfilingModePseudo[]; 3348 extern const char kEnableHeapProfilingModePseudo[];
3343 extern const char kEnableHeapProfilingModeNative[]; 3349 extern const char kEnableHeapProfilingModeNative[];
3344 extern const char kEnableHeapProfilingTaskProfiler[]; 3350 extern const char kEnableHeapProfilingTaskProfiler[];
3345 3351
3346 } // namespace flag_descriptions 3352 } // namespace flag_descriptions
3347 3353
3348 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 3354 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
OLDNEW
« no previous file with comments | « chrome/browser/android/chrome_feature_list.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698