| 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 #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 Loading... |
| 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 |
| OLD | NEW |