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

Side by Side Diff: ash/resources/vector_icons/network_badge_off.icon

Issue 2784133002: Cros system menu - Use WiFi strike-through image for "No networks" row (Closed)
Patch Set: docs Created 3 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
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 CANVAS_DIMENSIONS, 20, 5 CANVAS_DIMENSIONS, 20,
6 PATH_COLOR_ARGB, 0xFF, 0xFF, 0xFF, 0xFF, 6 PATH_MODE_CLEAR,
7 CAP_SQUARE, 7 CAP_SQUARE,
8 STROKE, 2, 8 STROKE, 2,
9 MOVE_TO, 4, 2, 9 MOVE_TO, 4, 2,
10 R_LINE_TO, 14, 14, 10 R_LINE_TO, 14, 14,
11 NEW_PATH, 11 NEW_PATH,
12 CAP_SQUARE, 12 CAP_SQUARE,
13 STROKE, 2, 13 STROKE, 2,
14 MOVE_TO, 2, 2, 14 MOVE_TO, 2, 2,
15 R_LINE_TO, 14, 14, 15 R_LINE_TO, 14, 14,
16 END 16 END
OLDNEW
« no previous file with comments | « ash/common/system/chromeos/network/tray_network.cc ('k') | chrome/browser/chromeos/status/network_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698