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

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

Issue 1140813003: NTP Zombie Code Slayer III, The Saga Continues: Foreign Sessions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@suggestions-page
Patch Set: Created 5 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | 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/chrome_switches.h" 5 #include "chrome/common/chrome_switches.h"
6 6
7 #include "base/base_switches.h" 7 #include "base/base_switches.h"
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 9
10 namespace switches { 10 namespace switches {
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 const char kDisableMinimizeOnSecondLauncherItemClick[] = 274 const char kDisableMinimizeOnSecondLauncherItemClick[] =
275 "disable-minimize-on-second-launcher-item-click"; 275 "disable-minimize-on-second-launcher-item-click";
276 276
277 // Disables the new bookmark app system. 277 // Disables the new bookmark app system.
278 const char kDisableNewBookmarkApps[] = "disable-new-bookmark-apps"; 278 const char kDisableNewBookmarkApps[] = "disable-new-bookmark-apps";
279 279
280 // Disables the new offline error page generated by NetErrorHelper for ChromeOS 280 // Disables the new offline error page generated by NetErrorHelper for ChromeOS
281 // and instead uses the old error page generated by OfflineResourceThrottle. 281 // and instead uses the old error page generated by OfflineResourceThrottle.
282 const char kDisableNewOfflineErrorPage[] = "disable-new-offline-error-page"; 282 const char kDisableNewOfflineErrorPage[] = "disable-new-offline-error-page";
283 283
284 // Disables the menu on the NTP for accessing sessions from other devices.
285 const char kDisableNTPOtherSessionsMenu[] = "disable-ntp-other-sessions-menu";
286
287 // Disable auto-reload of error pages if offline. 284 // Disable auto-reload of error pages if offline.
288 const char kDisableOfflineAutoReload[] = "disable-offline-auto-reload"; 285 const char kDisableOfflineAutoReload[] = "disable-offline-auto-reload";
289 286
290 // Disable only auto-reloading error pages when the tab is visible. 287 // Disable only auto-reloading error pages when the tab is visible.
291 const char kDisableOfflineAutoReloadVisibleOnly[] = 288 const char kDisableOfflineAutoReloadVisibleOnly[] =
292 "disable-offline-auto-reload-visible-only"; 289 "disable-offline-auto-reload-visible-only";
293 290
294 // Disable out-of-process V8 proxy resolver. 291 // Disable out-of-process V8 proxy resolver.
295 const char kDisableOutOfProcessPac[] = "disable-out-of-process-pac"; 292 const char kDisableOutOfProcessPac[] = "disable-out-of-process-pac";
296 293
(...skipping 1067 matching lines...) Expand 10 before | Expand all | Expand 10 after
1364 1361
1365 // ----------------------------------------------------------------------------- 1362 // -----------------------------------------------------------------------------
1366 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1363 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1367 // 1364 //
1368 // You were going to just dump your switches here, weren't you? Instead, please 1365 // You were going to just dump your switches here, weren't you? Instead, please
1369 // put them in alphabetical order above, or in order inside the appropriate 1366 // put them in alphabetical order above, or in order inside the appropriate
1370 // ifdef at the bottom. The order should match the header. 1367 // ifdef at the bottom. The order should match the header.
1371 // ----------------------------------------------------------------------------- 1368 // -----------------------------------------------------------------------------
1372 1369
1373 } // namespace switches 1370 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698