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

Side by Side Diff: chrome/browser/resources/predictors/autocomplete_action_predictor.css

Issue 9610006: Refactoring, moving and renaming the NetworkActionPredictor. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Resolved sync conflicts. Created 8 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
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 body { 7 body {
8 margin: 20px; 8 margin: 20px;
9 } 9 }
10 10
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 background-color: rgb(0, 215, 0); 52 background-color: rgb(0, 215, 0);
53 } 53 }
54 54
55 tr.action-preconnect td { 55 tr.action-preconnect td {
56 background-color: rgb(255, 215, 0); 56 background-color: rgb(255, 215, 0);
57 } 57 }
58 58
59 tr.action-none td { 59 tr.action-none td {
60 background-color: rgb(215, 215, 215); 60 background-color: rgb(215, 215, 215);
61 } 61 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/predictors/OWNERS ('k') | chrome/browser/resources/predictors/autocomplete_action_predictor.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698