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

Side by Side Diff: ui/native_theme/native_theme.h

Issue 1289413003: Switch global error menu icon to vectorized MD asset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: kick signin error service on mac Created 5 years, 3 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 (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 #ifndef UI_NATIVE_THEME_NATIVE_THEME_H_ 5 #ifndef UI_NATIVE_THEME_NATIVE_THEME_H_
6 #define UI_NATIVE_THEME_NATIVE_THEME_H_ 6 #define UI_NATIVE_THEME_NATIVE_THEME_H_
7 7
8 #include "base/observer_list.h" 8 #include "base/observer_list.h"
9 #include "third_party/skia/include/core/SkColor.h" 9 #include "third_party/skia/include/core/SkColor.h"
10 #include "ui/gfx/native_widget_types.h" 10 #include "ui/gfx/native_widget_types.h"
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 // stock value went up. 318 // stock value went up.
319 kColorId_ResultsTablePositiveText, 319 kColorId_ResultsTablePositiveText,
320 kColorId_ResultsTablePositiveHoveredText, 320 kColorId_ResultsTablePositiveHoveredText,
321 kColorId_ResultsTablePositiveSelectedText, 321 kColorId_ResultsTablePositiveSelectedText,
322 // Negative text refers to something alarming (often rendered in red), such 322 // Negative text refers to something alarming (often rendered in red), such
323 // as the stock value went down. 323 // as the stock value went down.
324 kColorId_ResultsTableNegativeText, 324 kColorId_ResultsTableNegativeText,
325 kColorId_ResultsTableNegativeHoveredText, 325 kColorId_ResultsTableNegativeHoveredText,
326 kColorId_ResultsTableNegativeSelectedText, 326 kColorId_ResultsTableNegativeSelectedText,
327 // For MD icons. 327 // For MD icons.
328 kColorId_Amber,
328 kColorId_ChromeIconGrey, 329 kColorId_ChromeIconGrey,
329 kColorId_GoogleBlue, 330 kColorId_GoogleBlue,
330 // Colors for the material spinner (aka throbber). 331 // Colors for the material spinner (aka throbber).
331 kColorId_ThrobberSpinningColor, 332 kColorId_ThrobberSpinningColor,
332 kColorId_ThrobberWaitingColor, 333 kColorId_ThrobberWaitingColor,
333 kColorId_ThrobberLightColor, 334 kColorId_ThrobberLightColor,
334 // TODO(benrg): move other hardcoded colors here. 335 // TODO(benrg): move other hardcoded colors here.
335 336
336 kColorId_NumColors, 337 kColorId_NumColors,
337 }; 338 };
(...skipping 26 matching lines...) Expand all
364 private: 365 private:
365 // Observers to notify when the native theme changes. 366 // Observers to notify when the native theme changes.
366 base::ObserverList<NativeThemeObserver> native_theme_observers_; 367 base::ObserverList<NativeThemeObserver> native_theme_observers_;
367 368
368 DISALLOW_COPY_AND_ASSIGN(NativeTheme); 369 DISALLOW_COPY_AND_ASSIGN(NativeTheme);
369 }; 370 };
370 371
371 } // namespace ui 372 } // namespace ui
372 373
373 #endif // UI_NATIVE_THEME_NATIVE_THEME_H_ 374 #endif // UI_NATIVE_THEME_NATIVE_THEME_H_
OLDNEW
« chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm ('K') | « ui/native_theme/common_theme.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698