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

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

Issue 8298019: Implement InputWindowDialog with WebUI for bookmark folder management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again Created 9 years, 1 month 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) 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 #include "chrome/common/url_constants.h" 5 #include "chrome/common/url_constants.h"
6 6
7 #include "googleurl/src/url_util.h" 7 #include "googleurl/src/url_util.h"
8 8
9 namespace { 9 namespace {
10 const char* kSavableSchemes[] = { 10 const char* kSavableSchemes[] = {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 const char kChromeUIFaviconURL[] = "chrome://favicon/"; 43 const char kChromeUIFaviconURL[] = "chrome://favicon/";
44 const char kChromeUIFlagsURL[] = "chrome://flags/"; 44 const char kChromeUIFlagsURL[] = "chrome://flags/";
45 const char kChromeUIFlashURL[] = "chrome://flash/"; 45 const char kChromeUIFlashURL[] = "chrome://flash/";
46 const char kChromeUIGpuCleanURL[] = "chrome://gpuclean"; 46 const char kChromeUIGpuCleanURL[] = "chrome://gpuclean";
47 const char kChromeUIGpuCrashURL[] = "chrome://gpucrash"; 47 const char kChromeUIGpuCrashURL[] = "chrome://gpucrash";
48 const char kChromeUIGpuHangURL[] = "chrome://gpuhang"; 48 const char kChromeUIGpuHangURL[] = "chrome://gpuhang";
49 const char kChromeUIHangURL[] = "chrome://hang/"; 49 const char kChromeUIHangURL[] = "chrome://hang/";
50 const char kChromeUIHistory2URL[] = "chrome://history2/"; 50 const char kChromeUIHistory2URL[] = "chrome://history2/";
51 const char kChromeUIHistoryURL[] = "chrome://history/"; 51 const char kChromeUIHistoryURL[] = "chrome://history/";
52 const char kChromeUIHungRendererDialogURL[] = "chrome://hung-renderer/"; 52 const char kChromeUIHungRendererDialogURL[] = "chrome://hung-renderer/";
53 const char kChromeUIInputWindowDialogURL[] = "chrome://input-window-dialog/";
53 const char kChromeUIIPCURL[] = "chrome://ipc/"; 54 const char kChromeUIIPCURL[] = "chrome://ipc/";
54 const char kChromeUIKeyboardURL[] = "chrome://keyboard/"; 55 const char kChromeUIKeyboardURL[] = "chrome://keyboard/";
55 const char kChromeUIKillURL[] = "chrome://kill/"; 56 const char kChromeUIKillURL[] = "chrome://kill/";
56 const char kChromeUIMemoryRedirectURL[] = "chrome://memory-redirect/"; 57 const char kChromeUIMemoryRedirectURL[] = "chrome://memory-redirect/";
57 const char kChromeUIMemoryURL[] = "chrome://memory/"; 58 const char kChromeUIMemoryURL[] = "chrome://memory/";
58 const char kChromeUINetInternalsURL[] = "chrome://net-internals/"; 59 const char kChromeUINetInternalsURL[] = "chrome://net-internals/";
59 const char kChromeUINetworkViewCacheURL[] = "chrome://view-http-cache/"; 60 const char kChromeUINetworkViewCacheURL[] = "chrome://view-http-cache/";
60 const char kChromeUINewProfile[] = "chrome://newprofile/"; 61 const char kChromeUINewProfile[] = "chrome://newprofile/";
61 const char kChromeUINewTabURL[] = "chrome://newtab/"; 62 const char kChromeUINewTabURL[] = "chrome://newtab/";
62 const char kChromeUIPluginsURL[] = "chrome://plugins/"; 63 const char kChromeUIPluginsURL[] = "chrome://plugins/";
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 const char kChromeUIGpuCleanHost[] = "gpuclean"; 140 const char kChromeUIGpuCleanHost[] = "gpuclean";
140 const char kChromeUIGpuCrashHost[] = "gpucrash"; 141 const char kChromeUIGpuCrashHost[] = "gpucrash";
141 const char kChromeUIGpuHangHost[] = "gpuhang"; 142 const char kChromeUIGpuHangHost[] = "gpuhang";
142 const char kChromeUIGpuHost[] = "gpu"; 143 const char kChromeUIGpuHost[] = "gpu";
143 const char kChromeUIGpuInternalsHost[] = "gpu-internals"; 144 const char kChromeUIGpuInternalsHost[] = "gpu-internals";
144 const char kChromeUIHangHost[] = "hang"; 145 const char kChromeUIHangHost[] = "hang";
145 const char kChromeUIHistogramsHost[] = "histograms"; 146 const char kChromeUIHistogramsHost[] = "histograms";
146 const char kChromeUIHistory2Host[] = "history2"; 147 const char kChromeUIHistory2Host[] = "history2";
147 const char kChromeUIHistoryHost[] = "history"; 148 const char kChromeUIHistoryHost[] = "history";
148 const char kChromeUIHungRendererDialogHost[] = "hung-renderer"; 149 const char kChromeUIHungRendererDialogHost[] = "hung-renderer";
150 const char kChromeUIInputWindowDialogHost[] = "input-window-dialog";
149 const char kChromeUIIPCHost[] = "ipc"; 151 const char kChromeUIIPCHost[] = "ipc";
150 const char kChromeUIKeyboardHost[] = "keyboard"; 152 const char kChromeUIKeyboardHost[] = "keyboard";
151 const char kChromeUIKillHost[] = "kill"; 153 const char kChromeUIKillHost[] = "kill";
152 const char kChromeUIMediaInternalsHost[] = "media-internals"; 154 const char kChromeUIMediaInternalsHost[] = "media-internals";
153 const char kChromeUIMemoryHost[] = "memory"; 155 const char kChromeUIMemoryHost[] = "memory";
154 const char kChromeUIMemoryRedirectHost[] = "memory-redirect"; 156 const char kChromeUIMemoryRedirectHost[] = "memory-redirect";
155 const char kChromeUINetInternalsHost[] = "net-internals"; 157 const char kChromeUINetInternalsHost[] = "net-internals";
156 const char kChromeUINetworkViewCacheHost[] = "view-http-cache"; 158 const char kChromeUINetworkViewCacheHost[] = "view-http-cache";
157 const char kChromeUINewTabHost[] = "newtab"; 159 const char kChromeUINewTabHost[] = "newtab";
158 const char kChromeUIPluginsHost[] = "plugins"; 160 const char kChromeUIPluginsHost[] = "plugins";
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 url_util::AddStandardScheme(kExtensionScheme); 339 url_util::AddStandardScheme(kExtensionScheme);
338 #if defined(OS_CHROMEOS) 340 #if defined(OS_CHROMEOS)
339 url_util::AddStandardScheme(kCrosScheme); 341 url_util::AddStandardScheme(kCrosScheme);
340 #endif 342 #endif
341 343
342 // This call will also lock the list of standard schemes. 344 // This call will also lock the list of standard schemes.
343 RegisterContentSchemes(kSavableSchemes); 345 RegisterContentSchemes(kSavableSchemes);
344 } 346 }
345 347
346 } // namespace chrome 348 } // 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