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

Side by Side Diff: chrome\browser\sync\personalization.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\glue\sync_backend_host.cc ('k') | chrome\browser\sync\personalization.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) 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 // TODO(timsteele): Remove this file by finding proper homes for everything in 7 // TODO(timsteele): Remove this file by finding proper homes for everything in
8 // trunk. 8 // trunk.
9 #ifndef CHROME_BROWSER_SYNC_PERSONALIZATION_H_ 9 #ifndef CHROME_BROWSER_SYNC_PERSONALIZATION_H_
10 #define CHROME_BROWSER_SYNC_PERSONALIZATION_H_ 10 #define CHROME_BROWSER_SYNC_PERSONALIZATION_H_
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 // Outside of p13n (for the time being) only "gears://" gives this (see 102 // Outside of p13n (for the time being) only "gears://" gives this (see
103 // HtmlDialogContents::IsHtmlDialogUrl) for the application shortcut dialog. 103 // HtmlDialogContents::IsHtmlDialogUrl) for the application shortcut dialog.
104 // TODO(timsteele): We should have a robust way to handle this to allow more 104 // TODO(timsteele): We should have a robust way to handle this to allow more
105 // reuse of our HTML dialog code, perhaps by using a dedicated "dialog-resource" 105 // reuse of our HTML dialog code, perhaps by using a dedicated "dialog-resource"
106 // scheme (chrome-resource is coupled to DOM_UI). Figure out if that is the best 106 // scheme (chrome-resource is coupled to DOM_UI). Figure out if that is the best
107 // course of action / pitch this idea to chromium-dev. 107 // course of action / pitch this idea to chromium-dev.
108 static const char kPersonalizationScheme[] = "cloudy"; 108 static const char kPersonalizationScheme[] = "cloudy";
109 109
110 #endif // CHROME_BROWSER_SYNC_PERSONALIZATION_H_ 110 #endif // CHROME_BROWSER_SYNC_PERSONALIZATION_H_
111 #endif // CHROME_PERSONALIZATION 111 #endif // CHROME_PERSONALIZATION
OLDNEW
« no previous file with comments | « chrome\browser\sync\glue\sync_backend_host.cc ('k') | chrome\browser\sync\personalization.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698