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

Unified Diff: chrome/browser/webdata/web_data_service.h

Issue 8342049: Added Protector, hooked up DSE verification with error bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Always persist default search provider in db Created 9 years, 2 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/webdata/web_data_service.h
diff --git a/chrome/browser/webdata/web_data_service.h b/chrome/browser/webdata/web_data_service.h
index f40ad0042191cdf55bbed4a0f6afd697284241d1..1fbd6fd47aa5124c0f72dc3340ae17f129fcba2a 100644
--- a/chrome/browser/webdata/web_data_service.h
+++ b/chrome/browser/webdata/web_data_service.h
@@ -104,6 +104,11 @@ struct WDKeywordsResult {
int64 default_search_provider_id;
// Version of the built-in keywords. A value of 0 indicates a first run.
int builtin_keyword_version;
+ // Backup of the default search provider ID.
+ int64 default_search_provider_id_backup;
+ // Indicates if default search provider has been changed by something else
sky 2011/10/24 17:04:13 else -> other
whywhat 2011/10/25 10:30:41 Done.
+ // than user's action in the browser.
+ bool did_default_search_provider_change;
};
//

Powered by Google App Engine
This is Rietveld 408576698