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

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

Issue 10546072: Use different help URLs for menus, accelerators, and WebUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ugh core file Created 8 years, 6 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
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 // 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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 extern const char kBluetoothAddDeviceSubPage[]; 261 extern const char kBluetoothAddDeviceSubPage[];
262 #endif 262 #endif
263 263
264 extern const char kSyncGoogleDashboardURL[]; 264 extern const char kSyncGoogleDashboardURL[];
265 265
266 // "Learn more" URL for the auto password generation. 266 // "Learn more" URL for the auto password generation.
267 extern const char kAutoPasswordGenerationLearnMoreURL[]; 267 extern const char kAutoPasswordGenerationLearnMoreURL[];
268 268
269 extern const char kPasswordManagerLearnMoreURL[]; 269 extern const char kPasswordManagerLearnMoreURL[];
270 270
271 // General help link for Chrome. 271 // General help links for Chrome, opened using various actions.
272 extern const char kChromeHelpURL[]; 272 extern const char kChromeHelpViaKeyboardURL[];
273 extern const char kChromeHelpViaMenuURL[];
274 extern const char kChromeHelpViaWebUIURL[];
273 275
274 // "Learn more" URL for the one click signin infobar. 276 // "Learn more" URL for the one click signin infobar.
275 extern const char kChromeSyncLearnMoreURL[]; 277 extern const char kChromeSyncLearnMoreURL[];
276 278
277 // Help URL for the settings page's search feature. 279 // Help URL for the settings page's search feature.
278 extern const char kSettingsSearchHelpURL[]; 280 extern const char kSettingsSearchHelpURL[];
279 281
280 // "About" URL for the translate bar's options menu. 282 // "About" URL for the translate bar's options menu.
281 extern const char kAboutGoogleTranslateURL[]; 283 extern const char kAboutGoogleTranslateURL[];
282 284
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 #endif 371 #endif
370 372
371 #if defined(OS_CHROMEOS) 373 #if defined(OS_CHROMEOS)
372 // "Learn more" URL for the Cloud Print section under Options. 374 // "Learn more" URL for the Cloud Print section under Options.
373 extern const char kCloudPrintLearnMoreURL[]; 375 extern const char kCloudPrintLearnMoreURL[];
374 #endif 376 #endif
375 377
376 } // namespace chrome 378 } // namespace chrome
377 379
378 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 380 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698