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

Side by Side Diff: chrome/common/pref_names.h

Issue 8637001: [NTP4] Auto-deletion of empty apps panes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removing bits for refactor Created 8 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/webui/ntp/app_launcher_handler.cc ('k') | chrome/common/pref_names.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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 // Constants for the names of various preferences, for easier changing. 5 // Constants for the names of various preferences, for easier changing.
6 6
7 #ifndef CHROME_COMMON_PREF_NAMES_H_ 7 #ifndef CHROME_COMMON_PREF_NAMES_H_
8 #define CHROME_COMMON_PREF_NAMES_H_ 8 #define CHROME_COMMON_PREF_NAMES_H_
9 #pragma once 9 #pragma once
10 10
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 extern const char kNTPWebStoreEnabled[]; 502 extern const char kNTPWebStoreEnabled[];
503 extern const char kNTPWebStorePromoLastId[]; 503 extern const char kNTPWebStorePromoLastId[];
504 extern const char kNTPWebStorePromoId[]; 504 extern const char kNTPWebStorePromoId[];
505 extern const char kNTPWebStorePromoHeader[]; 505 extern const char kNTPWebStorePromoHeader[];
506 extern const char kNTPWebStorePromoButton[]; 506 extern const char kNTPWebStorePromoButton[];
507 extern const char kNTPWebStorePromoLink[]; 507 extern const char kNTPWebStorePromoLink[];
508 extern const char kNTPWebStorePromoLogo[]; 508 extern const char kNTPWebStorePromoLogo[];
509 extern const char kNTPWebStorePromoLogoSource[]; 509 extern const char kNTPWebStorePromoLogoSource[];
510 extern const char kNTPWebStorePromoExpire[]; 510 extern const char kNTPWebStorePromoExpire[];
511 extern const char kNTPWebStorePromoUserGroup[]; 511 extern const char kNTPWebStorePromoUserGroup[];
512 extern const char kNTPAppPageNames[]; 512 extern const char kNTPAppsPageNames[];
513 extern const char kNTPAppsPageNamesOld[];
513 extern const char kNTPHideWebStorePromo[]; 514 extern const char kNTPHideWebStorePromo[];
514 515
515 extern const char kDevToolsDisabled[]; 516 extern const char kDevToolsDisabled[];
516 extern const char kDevToolsOpenDocked[]; 517 extern const char kDevToolsOpenDocked[];
517 extern const char kDevToolsDockSide[]; 518 extern const char kDevToolsDockSide[];
518 extern const char kDevToolsSplitLocation[]; 519 extern const char kDevToolsSplitLocation[];
519 520
520 extern const char kSyncLastSyncedTime[]; 521 extern const char kSyncLastSyncedTime[];
521 extern const char kSyncHasSetupCompleted[]; 522 extern const char kSyncHasSetupCompleted[];
522 extern const char kSyncKeepEverythingSynced[]; 523 extern const char kSyncKeepEverythingSynced[];
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 643
643 extern const char kDevicePolicyRefreshRate[]; 644 extern const char kDevicePolicyRefreshRate[];
644 extern const char kUserPolicyRefreshRate[]; 645 extern const char kUserPolicyRefreshRate[];
645 646
646 extern const char kRecoveryComponentVersion[]; 647 extern const char kRecoveryComponentVersion[];
647 extern const char kComponentUpdaterState[]; 648 extern const char kComponentUpdaterState[];
648 649
649 } // namespace prefs 650 } // namespace prefs
650 651
651 #endif // CHROME_COMMON_PREF_NAMES_H_ 652 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/app_launcher_handler.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698