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

Side by Side Diff: ios/chrome/browser/chrome_url_constants.h

Issue 2970863002: Removing ui-alternatives (Closed)
Patch Set: Rebase Created 3 years, 5 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
OLDNEW
1 // Copyright 2012 The Chromium Authors. All rights reserved. 1 // Copyright 2012 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 #ifndef IOS_CHROME_BROWSER_CHROME_URL_CONSTANTS_H_ 5 #ifndef IOS_CHROME_BROWSER_CHROME_URL_CONSTANTS_H_
6 #define IOS_CHROME_BROWSER_CHROME_URL_CONSTANTS_H_ 6 #define IOS_CHROME_BROWSER_CHROME_URL_CONSTANTS_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 9
10 // Contains constants for known URLs and portions thereof. 10 // Contains constants for known URLs and portions thereof.
(...skipping 18 matching lines...) Expand all
29 extern const char kChromeUINewTabURL[]; 29 extern const char kChromeUINewTabURL[];
30 extern const char kChromeUINTPTilesInternalsURL[]; 30 extern const char kChromeUINTPTilesInternalsURL[];
31 extern const char kChromeUIOfflineURL[]; 31 extern const char kChromeUIOfflineURL[];
32 extern const char kChromeUIPhysicalWebURL[]; 32 extern const char kChromeUIPhysicalWebURL[];
33 extern const char kChromeUIPopularSitesInternalsURL[]; 33 extern const char kChromeUIPopularSitesInternalsURL[];
34 extern const char kChromeUISettingsURL[]; 34 extern const char kChromeUISettingsURL[];
35 extern const char kChromeUITermsURL[]; 35 extern const char kChromeUITermsURL[];
36 extern const char kChromeUIVersionURL[]; 36 extern const char kChromeUIVersionURL[];
37 37
38 // URL components for Chrome on iOS. 38 // URL components for Chrome on iOS.
39 extern const char kChromeUIAppleFlagsHost[];
40 extern const char kChromeUIBookmarksHost[]; 39 extern const char kChromeUIBookmarksHost[];
41 extern const char kChromeUIBrowserCrashHost[]; 40 extern const char kChromeUIBrowserCrashHost[];
42 extern const char kChromeUIChromeURLsHost[]; 41 extern const char kChromeUIChromeURLsHost[];
43 extern const char kChromeUICrashesHost[]; 42 extern const char kChromeUICrashesHost[];
44 extern const char kChromeUICrashHost[]; 43 extern const char kChromeUICrashHost[];
45 extern const char kChromeUICreditsHost[]; 44 extern const char kChromeUICreditsHost[];
46 extern const char kChromeUIExternalFileHost[]; 45 extern const char kChromeUIExternalFileHost[];
47 extern const char kChromeUIFlagsHost[]; 46 extern const char kChromeUIFlagsHost[];
48 extern const char kChromeUIGCMInternalsHost[]; 47 extern const char kChromeUIGCMInternalsHost[];
49 extern const char kChromeUIHistogramHost[]; 48 extern const char kChromeUIHistogramHost[];
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 extern const char kHistoryMyActivityURL[]; 101 extern const char kHistoryMyActivityURL[];
103 102
104 // Google history URL for the Clear Browsing Data under Privacy Options. 103 // Google history URL for the Clear Browsing Data under Privacy Options.
105 // Obsolete: This is no longer used and will removed. 104 // Obsolete: This is no longer used and will removed.
106 extern const char kGoogleHistoryURL[]; 105 extern const char kGoogleHistoryURL[];
107 106
108 // Google my account URL for the sign-in confirmation screen. 107 // Google my account URL for the sign-in confirmation screen.
109 extern const char kGoogleMyAccountURL[]; 108 extern const char kGoogleMyAccountURL[];
110 109
111 #endif // IOS_CHROME_BROWSER_CHROME_URL_CONSTANTS_H_ 110 #endif // IOS_CHROME_BROWSER_CHROME_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « components/resources/flags_ui_resources.grdp ('k') | ios/chrome/browser/chrome_url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698