| OLD | NEW |
| 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2006-2008 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 // Contains all string resources usec by the personalization module. | 5 // Contains all string resources usec by the personalization module. |
| 6 | 6 |
| 7 // TODO(munjal): This file should go away once the personalization module | 7 // TODO(munjal): This file should go away once the personalization module |
| 8 // becomes public. At that point, we have to put all the strings below in the | 8 // becomes public. At that point, we have to put all the strings below in the |
| 9 // generated resources file. | 9 // generated resources file. |
| 10 | 10 |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 | 60 |
| 61 // Sync menu item strings. | 61 // Sync menu item strings. |
| 62 static const wchar_t kMenuLabelStartSync[] = L"Sync my bookmarks..."; | 62 static const wchar_t kMenuLabelStartSync[] = L"Sync my bookmarks..."; |
| 63 | 63 |
| 64 // Login dialog strings. | 64 // Login dialog strings. |
| 65 static const wchar_t kLoginDialogTitle[] = L"Sync my bookmarks"; | 65 static const wchar_t kLoginDialogTitle[] = L"Sync my bookmarks"; |
| 66 | 66 |
| 67 #endif // CHROME_BROWSER_SYNC_PERSONALIZATION_STRINGS_H_ | 67 #endif // CHROME_BROWSER_SYNC_PERSONALIZATION_STRINGS_H_ |
| 68 | 68 |
| 69 #endif // CHROME_PERSONALIZATION | 69 #endif // CHROME_PERSONALIZATION |
| OLD | NEW |