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

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

Issue 2892893002: Initial implementation of new-style notification (Closed)
Patch Set: Fixed build failure Created 3 years, 6 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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 433
434 extern const char kMediaRemotingName[]; 434 extern const char kMediaRemotingName[];
435 extern const char kMediaRemotingDescription[]; 435 extern const char kMediaRemotingDescription[];
436 436
437 extern const char kMemoryAblationName[]; 437 extern const char kMemoryAblationName[];
438 extern const char kMemoryAblationDescription[]; 438 extern const char kMemoryAblationDescription[];
439 439
440 extern const char kMemoryCoordinatorName[]; 440 extern const char kMemoryCoordinatorName[];
441 extern const char kMemoryCoordinatorDescription[]; 441 extern const char kMemoryCoordinatorDescription[];
442 442
443 extern const char kMessageCenterNewStyleNotificationName[];
444 extern const char kMessageCenterNewStyleNotificationDescription[];
445
443 extern const char kMessageCenterAlwaysScrollUpUponRemovalName[]; 446 extern const char kMessageCenterAlwaysScrollUpUponRemovalName[];
444 extern const char kMessageCenterAlwaysScrollUpUponRemovalDescription[]; 447 extern const char kMessageCenterAlwaysScrollUpUponRemovalDescription[];
445 448
446 extern const char kMhtmlGeneratorOptionName[]; 449 extern const char kMhtmlGeneratorOptionName[];
447 extern const char kMhtmlGeneratorOptionDescription[]; 450 extern const char kMhtmlGeneratorOptionDescription[];
448 extern const char kMhtmlSkipNostoreMain[]; 451 extern const char kMhtmlSkipNostoreMain[];
449 extern const char kMhtmlSkipNostoreAll[]; 452 extern const char kMhtmlSkipNostoreAll[];
450 453
451 extern const char kMojoLoadingName[]; 454 extern const char kMojoLoadingName[];
452 extern const char kMojoLoadingDescription[]; 455 extern const char kMojoLoadingDescription[];
(...skipping 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after
1482 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) 1485 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
1483 1486
1484 // ============================================================================ 1487 // ============================================================================
1485 // Don't just add flags to the end, put them in the right section in 1488 // Don't just add flags to the end, put them in the right section in
1486 // alphabetical order. See top instructions for more. 1489 // alphabetical order. See top instructions for more.
1487 // ============================================================================ 1490 // ============================================================================
1488 1491
1489 } // namespace flag_descriptions 1492 } // namespace flag_descriptions
1490 1493
1491 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 1494 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698