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

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

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 #include "ios/chrome/browser/chrome_url_constants.h" 5 #include "ios/chrome/browser/chrome_url_constants.h"
6 6
7 #include <stddef.h> 7 #include <stddef.h>
8 8
9 #include "base/macros.h" 9 #include "base/macros.h"
10 10
11 const char kChromeUIScheme[] = "chrome"; 11 const char kChromeUIScheme[] = "chrome";
12 const char kDummyExtensionScheme[] = ":no-extension-scheme:"; 12 const char kDummyExtensionScheme[] = ":no-extension-scheme:";
13 13
14 const char kChromeUIBookmarksURL[] = "chrome://bookmarks/"; 14 const char kChromeUIBookmarksURL[] = "chrome://bookmarks/";
15 const char kChromeUIChromeURLsURL[] = "chrome://chrome-urls/"; 15 const char kChromeUIChromeURLsURL[] = "chrome://chrome-urls/";
16 const char kChromeUICreditsURL[] = "chrome://credits/"; 16 const char kChromeUICreditsURL[] = "chrome://credits/";
17 const char kChromeUIFlagsURL[] = "chrome://flags/"; 17 const char kChromeUIFlagsURL[] = "chrome://flags/";
18 const char kChromeUIHistoryURL[] = "chrome://history/"; 18 const char kChromeUIHistoryURL[] = "chrome://history/";
19 const char kChromeUINewTabURL[] = "chrome://newtab/"; 19 const char kChromeUINewTabURL[] = "chrome://newtab/";
20 const char kChromeUINTPTilesInternalsURL[] = "chrome://ntp-tiles-internals/"; 20 const char kChromeUINTPTilesInternalsURL[] = "chrome://ntp-tiles-internals/";
21 const char kChromeUIOfflineURL[] = "chrome://offline/"; 21 const char kChromeUIOfflineURL[] = "chrome://offline/";
22 const char kChromeUIPhysicalWebURL[] = "chrome://physical-web/"; 22 const char kChromeUIPhysicalWebURL[] = "chrome://physical-web/";
23 const char kChromeUISettingsURL[] = "chrome://settings/"; 23 const char kChromeUISettingsURL[] = "chrome://settings/";
24 const char kChromeUITermsURL[] = "chrome://terms/"; 24 const char kChromeUITermsURL[] = "chrome://terms/";
25 const char kChromeUIVersionURL[] = "chrome://version/"; 25 const char kChromeUIVersionURL[] = "chrome://version/";
26 26
27 const char kChromeUIAppleFlagsHost[] = "ui-alternatives";
28 const char kChromeUIBookmarksHost[] = "bookmarks"; 27 const char kChromeUIBookmarksHost[] = "bookmarks";
29 const char kChromeUIBrowserCrashHost[] = "inducebrowsercrashforrealz"; 28 const char kChromeUIBrowserCrashHost[] = "inducebrowsercrashforrealz";
30 const char kChromeUICrashHost[] = "crash"; 29 const char kChromeUICrashHost[] = "crash";
31 const char kChromeUIChromeURLsHost[] = "chrome-urls"; 30 const char kChromeUIChromeURLsHost[] = "chrome-urls";
32 const char kChromeUICrashesHost[] = "crashes"; 31 const char kChromeUICrashesHost[] = "crashes";
33 const char kChromeUICreditsHost[] = "credits"; 32 const char kChromeUICreditsHost[] = "credits";
34 const char kChromeUIExternalFileHost[] = "external-file"; 33 const char kChromeUIExternalFileHost[] = "external-file";
35 const char kChromeUIFlagsHost[] = "flags"; 34 const char kChromeUIFlagsHost[] = "flags";
36 const char kChromeUIGCMInternalsHost[] = "gcm-internals"; 35 const char kChromeUIGCMInternalsHost[] = "gcm-internals";
37 const char kChromeUIHistogramHost[] = "histograms"; 36 const char kChromeUIHistogramHost[] = "histograms";
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 const char kClearBrowsingDataMyActivityUrlInDialogURL[] = 90 const char kClearBrowsingDataMyActivityUrlInDialogURL[] =
92 "https://history.google.com/history/?utm_source=chrome_n"; 91 "https://history.google.com/history/?utm_source=chrome_n";
93 92
94 const char kHistoryMyActivityURL[] = 93 const char kHistoryMyActivityURL[] =
95 "https://history.google.com/history/?utm_source=chrome_h"; 94 "https://history.google.com/history/?utm_source=chrome_h";
96 95
97 const char kGoogleHistoryURL[] = "https://history.google.com"; 96 const char kGoogleHistoryURL[] = "https://history.google.com";
98 97
99 const char kGoogleMyAccountURL[] = 98 const char kGoogleMyAccountURL[] =
100 "https://myaccount.google.com/privacy#activitycontrols"; 99 "https://myaccount.google.com/privacy#activitycontrols";
OLDNEW
« no previous file with comments | « ios/chrome/browser/chrome_url_constants.h ('k') | ios/chrome/browser/favicon/favicon_client_impl.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698