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

Side by Side Diff: chrome\browser\sync\personalization.cc

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.h ('k') | chrome\browser\sync\personalization_strings.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 #ifdef CHROME_PERSONALIZATION 5 #ifdef CHROME_PERSONALIZATION
6 6
7 #include "chrome/browser/sync/personalization.h" 7 #include "chrome/browser/sync/personalization.h"
8 8
9 #include "app/resource_bundle.h" 9 #include "app/resource_bundle.h"
10 #include "base/command_line.h" 10 #include "base/command_line.h"
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 ResourceBundle::GetSharedInstance().GetRawDataResource( 330 ResourceBundle::GetSharedInstance().GetRawDataResource(
331 IDR_ABOUT_SYNC_HTML)); 331 IDR_ABOUT_SYNC_HTML));
332 332
333 return jstemplate_builder::GetTemplateHtml( 333 return jstemplate_builder::GetTemplateHtml(
334 sync_html, &strings , "t" /* template root node id */); 334 sync_html, &strings , "t" /* template root node id */);
335 } 335 }
336 336
337 } // namespace Personalization 337 } // namespace Personalization
338 338
339 #endif 339 #endif
OLDNEW
« no previous file with comments | « chrome\browser\sync\personalization.h ('k') | chrome\browser\sync\personalization_strings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698