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

Unified Diff: chrome/browser/resources/predictors/autocomplete_action_predictor.html

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, 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/predictors/autocomplete_action_predictor.html
diff --git a/chrome/browser/resources/network_action_predictor/network_action_predictor.html b/chrome/browser/resources/predictors/autocomplete_action_predictor.html
similarity index 76%
rename from chrome/browser/resources/network_action_predictor/network_action_predictor.html
rename to chrome/browser/resources/predictors/autocomplete_action_predictor.html
index 735be085a19e0e46471c03200d794c7669e75217..a4beade74eaa433561980b736fdbfbded4b096dc 100644
--- a/chrome/browser/resources/network_action_predictor/network_action_predictor.html
+++ b/chrome/browser/resources/predictors/autocomplete_action_predictor.html
@@ -2,10 +2,10 @@
<html>
<head>
<meta charset="utf-8">
- <title>Network Action Predictor</title>
- <link rel="stylesheet" href="network_action_predictor.css">
+ <title>Autocomplete Action Predictor</title>
+ <link rel="stylesheet" href="autocomplete_action_predictor.css">
<script src="chrome://resources/js/util.js"></script>
- <script src="chrome://network-action-predictor/network_action_predictor.js">
+ <script src="chrome://predictors/autocomplete_action_predictor.js">
</script>
</head>
<body>
@@ -31,7 +31,7 @@
</table>
</div>
<div id="disabledMode" hidden>
- <p>Network Action Predictor is disabled.</p>
+ <p>Autocomplete Action Predictor is disabled.</p>
</div>
<script src="chrome://resources/js/jstemplate_compiled.js"></script>
</body>

Powered by Google App Engine
This is Rietveld 408576698