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

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

Issue 296003012: [fsp] Introduce chrome://fsp-internals for logging and debugging. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed indentation. Created 6 years, 7 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/common/url_constants.h ('k') | no next file » | 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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 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 "chrome/common/url_constants.h" 5 #include "chrome/common/url_constants.h"
6 6
7 #include <algorithm> 7 #include <algorithm>
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "content/public/common/url_constants.h" 10 #include "content/public/common/url_constants.h"
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 const char kChromeUIDevToolsBundledPath[] = "bundled"; 170 const char kChromeUIDevToolsBundledPath[] = "bundled";
171 const char kChromeUIDevToolsRemotePath[] = "remote"; 171 const char kChromeUIDevToolsRemotePath[] = "remote";
172 const char kChromeUIDNSHost[] = "dns"; 172 const char kChromeUIDNSHost[] = "dns";
173 const char kChromeUIDownloadsHost[] = "downloads"; 173 const char kChromeUIDownloadsHost[] = "downloads";
174 const char kChromeUIDriveInternalsHost[] = "drive-internals"; 174 const char kChromeUIDriveInternalsHost[] = "drive-internals";
175 const char kChromeUIEditSearchEngineDialogHost[] = "editsearchengine"; 175 const char kChromeUIEditSearchEngineDialogHost[] = "editsearchengine";
176 const char kChromeUIExtensionIconHost[] = "extension-icon"; 176 const char kChromeUIExtensionIconHost[] = "extension-icon";
177 const char kChromeUIExtensionInfoHost[] = "extension-info"; 177 const char kChromeUIExtensionInfoHost[] = "extension-info";
178 const char kChromeUIExtensionsFrameHost[] = "extensions-frame"; 178 const char kChromeUIExtensionsFrameHost[] = "extensions-frame";
179 const char kChromeUIExtensionsHost[] = "extensions"; 179 const char kChromeUIExtensionsHost[] = "extensions";
180 const char kChromeUIFSPInternalsHost[] = "fsp-internals";
180 const char kChromeUIFaviconHost[] = "favicon"; 181 const char kChromeUIFaviconHost[] = "favicon";
181 const char kChromeUIFeedbackHost[] = "feedback"; 182 const char kChromeUIFeedbackHost[] = "feedback";
182 const char kChromeUIFlagsHost[] = "flags"; 183 const char kChromeUIFlagsHost[] = "flags";
183 const char kChromeUIFlashHost[] = "flash"; 184 const char kChromeUIFlashHost[] = "flash";
184 const char kChromeUIGCMInternalsHost[] = "gcm-internals"; 185 const char kChromeUIGCMInternalsHost[] = "gcm-internals";
185 const char kChromeUIHangHost[] = "hang"; 186 const char kChromeUIHangHost[] = "hang";
186 const char kChromeUIHelpFrameHost[] = "help-frame"; 187 const char kChromeUIHelpFrameHost[] = "help-frame";
187 const char kChromeUIHelpHost[] = "help"; 188 const char kChromeUIHelpHost[] = "help";
188 const char kChromeUIHistoryHost[] = "history"; 189 const char kChromeUIHistoryHost[] = "history";
189 const char kChromeUIHistoryFrameHost[] = "history-frame"; 190 const char kChromeUIHistoryFrameHost[] = "history-frame";
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 ""; 704 "";
704 #endif 705 #endif
705 #endif 706 #endif
706 707
707 // TODO(tengs): Replace with real URL when ready. 708 // TODO(tengs): Replace with real URL when ready.
708 const char kEasyUnlockLearnMoreUrl[] = 709 const char kEasyUnlockLearnMoreUrl[] =
709 "https://support.google.com/chromebook/?p=easy_unlock"; 710 "https://support.google.com/chromebook/?p=easy_unlock";
710 const char kEasyUnlockManagementUrl[] = "https://chrome.com"; 711 const char kEasyUnlockManagementUrl[] = "https://chrome.com";
711 712
712 } // namespace chrome 713 } // namespace chrome
OLDNEW
« no previous file with comments | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698