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

Side by Side Diff: chrome\browser\sync\personalization_strings.h

Issue 159728: Add browser/sync to the repository. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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\sync\personalization.cc ('k') | chrome\browser\sync\profile_sync_service.h » ('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) 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
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
OLDNEW
« no previous file with comments | « chrome\browser\sync\personalization.cc ('k') | chrome\browser\sync\profile_sync_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698