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

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

Issue 8651005: Cleanup: Remove an unused variable. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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') | 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/browser/defaults.h" 5 #include "chrome/browser/defaults.h"
6 6
7 namespace browser_defaults { 7 namespace browser_defaults {
8 8
9 #if defined(USE_AURA) || defined(OS_CHROMEOS) 9 #if defined(USE_AURA) || defined(OS_CHROMEOS)
10 const bool kOSSupportsOtherBrowsers = false; 10 const bool kOSSupportsOtherBrowsers = false;
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 #endif 98 #endif
99 99
100 #ifdef TOUCH_UI 100 #ifdef TOUCH_UI
101 const int kInfoBarBorderPaddingVertical = 12; 101 const int kInfoBarBorderPaddingVertical = 12;
102 #else 102 #else
103 const int kInfoBarBorderPaddingVertical = 5; 103 const int kInfoBarBorderPaddingVertical = 5;
104 #endif 104 #endif
105 105
106 bool bookmarks_enabled = true; 106 bool bookmarks_enabled = true;
107 107
108 bool skip_restore = false;
109
110 bool enable_help_app = true; 108 bool enable_help_app = true;
111 109
112 } // namespace browser_defaults 110 } // namespace browser_defaults
OLDNEW
« no previous file with comments | « chrome/browser/defaults.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698