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

Side by Side Diff: chrome/browser/flag_descriptions.cc

Issue 2946663002: Fix typo s/PlzNaviate/PlzNavigate/ (Closed)
Patch Set: Created 3 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
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 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/browser/flag_descriptions.h" 5 #include "chrome/browser/flag_descriptions.h"
6 6
7 namespace flag_descriptions { 7 namespace flag_descriptions {
8 8
9 const char kBrowserSideNavigationName[] = "Enable browser side navigation"; 9 const char kBrowserSideNavigationName[] = "Enable browser side navigation";
10 10
11 const char kBrowserSideNavigationDescription[] = 11 const char kBrowserSideNavigationDescription[] =
12 "Enable browser side navigation (aka PlzNaviate)."; 12 "Enable browser side navigation (aka PlzNavigate).";
13 13
14 // Material Design version of chrome://bookmarks 14 // Material Design version of chrome://bookmarks
15 15
16 const char kEnableMaterialDesignBookmarksName[] = 16 const char kEnableMaterialDesignBookmarksName[] =
17 "Enable Material Design bookmarks"; 17 "Enable Material Design bookmarks";
18 18
19 const char kEnableMaterialDesignBookmarksDescription[] = 19 const char kEnableMaterialDesignBookmarksDescription[] =
20 "If enabled, the chrome://bookmarks/ URL loads the Material Design " 20 "If enabled, the chrome://bookmarks/ URL loads the Material Design "
21 "bookmarks page."; 21 "bookmarks page.";
22 22
(...skipping 3203 matching lines...) Expand 10 before | Expand all | Expand 10 after
3226 "in non-sticky mode (do not change work area in non-sticky mode)."; 3226 "in non-sticky mode (do not change work area in non-sticky mode).";
3227 3227
3228 const char kUiDevToolsName[] = "Enable native UI inspection"; 3228 const char kUiDevToolsName[] = "Enable native UI inspection";
3229 const char kUiDevToolsDescription[] = 3229 const char kUiDevToolsDescription[] =
3230 "Enables inspection of native UI elements. For local inspection use " 3230 "Enables inspection of native UI elements. For local inspection use "
3231 "chrome://inspect#other"; 3231 "chrome://inspect#other";
3232 3232
3233 #endif // defined(OS_CHROMEOS) 3233 #endif // defined(OS_CHROMEOS)
3234 3234
3235 } // namespace flag_descriptions 3235 } // namespace flag_descriptions
OLDNEW
« no previous file with comments | « chrome/browser/captive_portal/captive_portal_browsertest.cc ('k') | content/browser/appcache/appcache_backend_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698