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

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

Issue 6672065: Support touch icon in FaviconHelper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile error for clank mac and unit test memory leak Created 9 years, 8 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/browser/defaults.h ('k') | chrome/browser/favicon_helper.h » ('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) 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/browser/defaults.h" 5 #include "chrome/browser/defaults.h"
6 6
7 namespace browser_defaults { 7 namespace browser_defaults {
8 8
9 #if defined(OS_CHROMEOS) 9 #if defined(OS_CHROMEOS)
10 10
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 const bool kShowExitMenuItem = true; 61 const bool kShowExitMenuItem = true;
62 #endif 62 #endif
63 const bool kOSSupportsOtherBrowsers = true; 63 const bool kOSSupportsOtherBrowsers = true;
64 const bool kSizeTabButtonToTopOfTabStrip = false; 64 const bool kSizeTabButtonToTopOfTabStrip = false;
65 const bool kBootstrapSyncAuthentication = false; 65 const bool kBootstrapSyncAuthentication = false;
66 const bool kShowOtherBrowsersInAboutMemory = true; 66 const bool kShowOtherBrowsersInAboutMemory = true;
67 const bool kAlwaysOpenIncognitoWindow = false; 67 const bool kAlwaysOpenIncognitoWindow = false;
68 const bool kShowCancelButtonInTaskManager = false; 68 const bool kShowCancelButtonInTaskManager = false;
69 #endif 69 #endif
70 70
71 const bool kEnableTouchIcon = false;
72
71 #if defined(OS_MACOSX) 73 #if defined(OS_MACOSX)
72 const bool kBrowserAliveWithNoWindows = true; 74 const bool kBrowserAliveWithNoWindows = true;
73 #else 75 #else
74 const bool kBrowserAliveWithNoWindows = false; 76 const bool kBrowserAliveWithNoWindows = false;
75 #endif 77 #endif
76 78
77 bool bookmarks_enabled = true; 79 bool bookmarks_enabled = true;
78 80
79 bool skip_restore = false; 81 bool skip_restore = false;
80 82
81 bool enable_help_app = true; 83 bool enable_help_app = true;
82 84
83 } // namespace browser_defaults 85 } // namespace browser_defaults
OLDNEW
« no previous file with comments | « chrome/browser/defaults.h ('k') | chrome/browser/favicon_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698