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

Side by Side Diff: chrome/common/url_constants.h

Issue 7782026: Switch from chrome://extensions to chrome://settings/extensionSettings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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/ui/webui/ntp/ntp_resource_cache.cc ('k') | chrome/common/url_constants.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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 constants for known URLs and portions thereof. 5 // Contains constants for known URLs and portions thereof.
6 6
7 #ifndef CHROME_COMMON_URL_CONSTANTS_H_ 7 #ifndef CHROME_COMMON_URL_CONSTANTS_H_
8 #define CHROME_COMMON_URL_CONSTANTS_H_ 8 #define CHROME_COMMON_URL_CONSTANTS_H_
9 #pragma once 9 #pragma once
10 10
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 extern const char kChromeUIFileManagerHost[]; 209 extern const char kChromeUIFileManagerHost[];
210 #endif 210 #endif
211 211
212 // Options sub-pages. 212 // Options sub-pages.
213 extern const char kAdvancedOptionsSubPage[]; 213 extern const char kAdvancedOptionsSubPage[];
214 extern const char kAutofillSubPage[]; 214 extern const char kAutofillSubPage[];
215 extern const char kBrowserOptionsSubPage[]; 215 extern const char kBrowserOptionsSubPage[];
216 extern const char kClearBrowserDataSubPage[]; 216 extern const char kClearBrowserDataSubPage[];
217 extern const char kContentSettingsSubPage[]; 217 extern const char kContentSettingsSubPage[];
218 extern const char kContentSettingsExceptionsSubPage[]; 218 extern const char kContentSettingsExceptionsSubPage[];
219 extern const char kExtensionsSubPage[];
219 extern const char kHandlerSettingsSubPage[]; 220 extern const char kHandlerSettingsSubPage[];
220 extern const char kImportDataSubPage[]; 221 extern const char kImportDataSubPage[];
221 extern const char kInstantConfirmPage[]; 222 extern const char kInstantConfirmPage[];
222 extern const char kLanguageOptionsSubPage[]; 223 extern const char kLanguageOptionsSubPage[];
223 extern const char kPersonalOptionsSubPage[]; 224 extern const char kPersonalOptionsSubPage[];
224 extern const char kPasswordManagerSubPage[]; 225 extern const char kPasswordManagerSubPage[];
225 extern const char kSearchEnginesSubPage[]; 226 extern const char kSearchEnginesSubPage[];
226 extern const char kSyncSetupSubPage[]; 227 extern const char kSyncSetupSubPage[];
227 #if defined(OS_CHROMEOS) 228 #if defined(OS_CHROMEOS)
228 extern const char kAboutOptionsSubPage[]; 229 extern const char kAboutOptionsSubPage[];
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 void RegisterChromeSchemes(); 278 void RegisterChromeSchemes();
278 279
279 #if defined(OS_CHROMEOS) 280 #if defined(OS_CHROMEOS)
280 // "Learn more" URL for the Cloud Print section under Options. 281 // "Learn more" URL for the Cloud Print section under Options.
281 extern const char kCloudPrintLearnMoreURL[]; 282 extern const char kCloudPrintLearnMoreURL[];
282 #endif 283 #endif
283 284
284 } // namespace chrome 285 } // namespace chrome
285 286
286 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 287 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/ntp_resource_cache.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698