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

Unified Diff: chrome/browser/history/history_types.h

Issue 159668: First cut at Safari Import - Home Page & History Only. (Closed)
Patch Set: Fix Stuart's comments. Created 11 years, 5 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/history/history_types.h
diff --git a/chrome/browser/history/history_types.h b/chrome/browser/history/history_types.h
index 38561b5298b59c0ca0f4ba6d3a1f733ff64d5d47..f23af42731984012edb4f305811c77fdb6148b0b 100644
--- a/chrome/browser/history/history_types.h
+++ b/chrome/browser/history/history_types.h
@@ -95,6 +95,7 @@ class URLRow {
visit_count_ = visit_count;
}
+ // Number of times the URL was typed in the Omnibox.
int typed_count() const {
return typed_count_;
}
@@ -109,6 +110,7 @@ class URLRow {
last_visit_ = last_visit;
}
+ // If this is set, we won't autocomplete this URL.
bool hidden() const {
return hidden_;
}

Powered by Google App Engine
This is Rietveld 408576698