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

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

Issue 3142020: Changed ChromeOS status bar menu handlers to obey --enable-tabbed-options swi... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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/views/first_run_bubble.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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 extern const char kAppCacheViewInternalsURL[]; 105 extern const char kAppCacheViewInternalsURL[];
106 106
107 // Cloud Print dialog URL components. 107 // Cloud Print dialog URL components.
108 extern const char kCloudPrintResourcesURL[]; 108 extern const char kCloudPrintResourcesURL[];
109 extern const char kCloudPrintResourcesHost[]; 109 extern const char kCloudPrintResourcesHost[];
110 110
111 // Network related URLs. 111 // Network related URLs.
112 extern const char kNetworkViewCacheURL[]; 112 extern const char kNetworkViewCacheURL[];
113 extern const char kNetworkViewInternalsURL[]; 113 extern const char kNetworkViewInternalsURL[];
114 114
115 // Options sub-pages.
116 extern const char kDefaultOptionsSubPage[];
117 extern const char kBrowserOptionsSubPage[];
118 extern const char kAdvancedOptionsSubPage[];
119 extern const char kSearchEnginesOptionsSubPage[];
120 #if defined(OS_CHROMEOS)
121 extern const char kSystemOptionsSubPage[];
122 extern const char kLanguageOptionsSubPage[];
123 extern const char kInternetOptionsSubPage[];
124 #endif
125
115 // Call near the beginning of startup to register Chrome's internal URLs that 126 // Call near the beginning of startup to register Chrome's internal URLs that
116 // should be parsed as "standard" with the googleurl library. 127 // should be parsed as "standard" with the googleurl library.
117 void RegisterChromeSchemes(); 128 void RegisterChromeSchemes();
118 129
119 } // namespace chrome 130 } // namespace chrome
120 131
121 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 132 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/views/first_run_bubble.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698