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

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

Issue 2903293002: [Android] Omnibox Placeholder Experiment (Closed)
Patch Set: 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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 473
474 extern const char kOfflineAutoReloadName[]; 474 extern const char kOfflineAutoReloadName[];
475 extern const char kOfflineAutoReloadDescription[]; 475 extern const char kOfflineAutoReloadDescription[];
476 476
477 extern const char kOfflineAutoReloadVisibleOnlyName[]; 477 extern const char kOfflineAutoReloadVisibleOnlyName[];
478 extern const char kOfflineAutoReloadVisibleOnlyDescription[]; 478 extern const char kOfflineAutoReloadVisibleOnlyDescription[];
479 479
480 extern const char kOmniboxDisplayTitleForCurrentUrlName[]; 480 extern const char kOmniboxDisplayTitleForCurrentUrlName[];
481 extern const char kOmniboxDisplayTitleForCurrentUrlDescription[]; 481 extern const char kOmniboxDisplayTitleForCurrentUrlDescription[];
482 482
483 extern const char kOmniboxPlaceholderExperimentName[];
484 extern const char kOmniboxPlaceholderExperimentDescription[];
485 extern const char kOmniboxPlaceholderExperimentSearchOrTypeUrl[];
486 extern const char kOmniboxPlaceholderExperimentSearchOrTypeWebsiteName[];
487 extern const char kOmniboxPlaceholderExperimentSearchTheWeb[];
488 extern const char kOmniboxPlaceholderExperimentEnterASearchOrWebsite[];
489 extern const char kOmniboxPlaceholderExperimentSearchNews[];
490 extern const char kOmniboxPlaceholderExperimentSearchRecipes[];
491 extern const char kOmniboxPlaceholderExperimentSearchWeather[];
492 extern const char kOmniboxPlaceholderExperimentBlank[];
493
483 extern const char kOmniboxUIMaxAutocompleteMatchesName[]; 494 extern const char kOmniboxUIMaxAutocompleteMatchesName[];
484 extern const char kOmniboxUIMaxAutocompleteMatchesDescription[]; 495 extern const char kOmniboxUIMaxAutocompleteMatchesDescription[];
485 496
486 extern const char kOmniboxUIVerticalMarginName[]; 497 extern const char kOmniboxUIVerticalMarginName[];
487 extern const char kOmniboxUIVerticalMarginDescription[]; 498 extern const char kOmniboxUIVerticalMarginDescription[];
488 499
489 extern const char kOriginTrialsName[]; 500 extern const char kOriginTrialsName[];
490 extern const char kOriginTrialsDescription[]; 501 extern const char kOriginTrialsDescription[];
491 502
492 extern const char kOverlayScrollbarsName[]; 503 extern const char kOverlayScrollbarsName[];
(...skipping 957 matching lines...) Expand 10 before | Expand all | Expand 10 after
1450 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) 1461 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
1451 1462
1452 // ============================================================================ 1463 // ============================================================================
1453 // Don't just add flags to the end, put them in the right section in 1464 // Don't just add flags to the end, put them in the right section in
1454 // alphabetical order. See top instructions for more. 1465 // alphabetical order. See top instructions for more.
1455 // ============================================================================ 1466 // ============================================================================
1456 1467
1457 } // namespace flag_descriptions 1468 } // namespace flag_descriptions
1458 1469
1459 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 1470 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698