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

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

Issue 2873423002: Omnibox UI Experiments: Add flag to change max autocomplete matches. (Closed)
Patch Set: format 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 #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 3340 matching lines...) Expand 10 before | Expand all | Expand 10 after
3351 extern const char kAutoplayPolicyUserGestureRequired[]; 3351 extern const char kAutoplayPolicyUserGestureRequired[];
3352 3352
3353 // Name of the about: flag for displaying the title of the omnibox match for 3353 // Name of the about: flag for displaying the title of the omnibox match for
3354 // current URL. 3354 // current URL.
3355 extern const char kOmniboxDisplayTitleForCurrentUrlName[]; 3355 extern const char kOmniboxDisplayTitleForCurrentUrlName[];
3356 3356
3357 // Description of the about: flag for displaying the title of the omnibox match 3357 // Description of the about: flag for displaying the title of the omnibox match
3358 // for current URL. 3358 // for current URL.
3359 extern const char kOmniboxDisplayTitleForCurrentUrlDescription[]; 3359 extern const char kOmniboxDisplayTitleForCurrentUrlDescription[];
3360 3360
3361 // Name of the Omnibox UI max autocomplete matches flag.
3362 extern const char kOmniboxUIMaxAutocompleteMatchesName[];
3363
3364 // Description of the Omnibox UI max autocomplete matches flag.
3365 extern const char kOmniboxUIMaxAutocompleteMatchesDescription[];
3366
3361 // Name of the Omnibox UI vertical margin flag. 3367 // Name of the Omnibox UI vertical margin flag.
3362 extern const char kOmniboxUIVerticalMarginName[]; 3368 extern const char kOmniboxUIVerticalMarginName[];
3363 3369
3364 // Description of the Omnibox UI vertical margin flag. 3370 // Description of the Omnibox UI vertical margin flag.
3365 extern const char kOmniboxUIVerticalMarginDescription[]; 3371 extern const char kOmniboxUIVerticalMarginDescription[];
3366 3372
3367 // Name of the flag that forces Network Quality Estimator (NQE) to always 3373 // Name of the flag that forces Network Quality Estimator (NQE) to always
3368 // return the specified effective connection type. 3374 // return the specified effective connection type.
3369 extern const char kForceEffectiveConnectionTypeName[]; 3375 extern const char kForceEffectiveConnectionTypeName[];
3370 3376
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
3403 // a hard-reload. 3409 // a hard-reload.
3404 extern const char kLocationHardReloadDescription[]; 3410 extern const char kLocationHardReloadDescription[];
3405 3411
3406 // Name and description for the capture-thumbnail-on-load-finished flag. 3412 // Name and description for the capture-thumbnail-on-load-finished flag.
3407 extern const char kCaptureThumbnailOnLoadFinishedName[]; 3413 extern const char kCaptureThumbnailOnLoadFinishedName[];
3408 extern const char kCaptureThumbnailOnLoadFinishedDescription[]; 3414 extern const char kCaptureThumbnailOnLoadFinishedDescription[];
3409 3415
3410 } // namespace flag_descriptions 3416 } // namespace flag_descriptions
3411 3417
3412 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 3418 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698