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

Unified Diff: chrome/browser/webdata/keyword_table.cc

Issue 10977073: Delete some unused code found by -Wunused-function (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: leiz Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/value_store/value_store_unittest.cc ('k') | chrome/common/extensions/extension_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/webdata/keyword_table.cc
diff --git a/chrome/browser/webdata/keyword_table.cc b/chrome/browser/webdata/keyword_table.cc
index 47d485216639f33faed44c592da86976e42e90d5..fd0cb029d3ea712f231f6fadefade100292c7940 100644
--- a/chrome/browser/webdata/keyword_table.cc
+++ b/chrome/browser/webdata/keyword_table.cc
@@ -101,17 +101,6 @@ void BindURLToStatement(const TemplateURLData& data,
s->BindString(starting_column + 15, data.sync_guid);
}
-// Signs search provider id and returns its signature.
-std::string GetSearchProviderIDSignature(int64 id) {
- return protector::SignSetting(base::Int64ToString(id));
-}
-
-// Checks if signature for search provider id is correct and returns the
-// result.
-bool IsSearchProviderIDValid(int64 id, const std::string& signature) {
- return protector::IsSettingValid(base::Int64ToString(id), signature);
-}
-
} // anonymous namespace
KeywordTable::KeywordTable(sql::Connection* db, sql::MetaTable* meta_table)
« no previous file with comments | « chrome/browser/value_store/value_store_unittest.cc ('k') | chrome/common/extensions/extension_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698