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

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

Issue 7032013: Adapt to new icon interface from WebFrame (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 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 | Annotate | Revision Log
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/common/chrome_constants.h" 5 #include "chrome/common/chrome_constants.h"
6 6
7 #include "base/file_path.h" 7 #include "base/file_path.h"
8 8
9 #define FPL FILE_PATH_LITERAL 9 #define FPL FILE_PATH_LITERAL
10 10
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 #else 126 #else
127 const bool kRecordModeEnabled = false; 127 const bool kRecordModeEnabled = false;
128 #endif 128 #endif
129 129
130 const int kHistogramSynchronizerReservedSequenceNumber = 0; 130 const int kHistogramSynchronizerReservedSequenceNumber = 0;
131 131
132 const char* const kUnknownLanguageCode = "und"; 132 const char* const kUnknownLanguageCode = "und";
133 133
134 const int kJavascriptMessageExpectedDelay = 1000; 134 const int kJavascriptMessageExpectedDelay = 1000;
135 135
136 const bool kEnableTouchIcon = false;
137
136 } // namespace chrome 138 } // namespace chrome
137 139
138 #undef FPL 140 #undef FPL
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698