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

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

Issue 12871006: Second try at splitting WebDataService (minus ownership changes) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missed a couple Created 7 years, 9 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_database.h
diff --git a/chrome/browser/webdata/web_database.h b/chrome/browser/webdata/web_database.h
index 744741bbe2024b5c3e44fa5111f7f692fe09d913..6a24985bfbe88f484c4da3b9cee8f7a8a894f626 100644
--- a/chrome/browser/webdata/web_database.h
+++ b/chrome/browser/webdata/web_database.h
@@ -30,6 +30,10 @@ class NotificationService;
// This class manages a SQLite database that stores various web page meta data.
class WebDatabase {
public:
+ enum State {
+ COMMIT_NOT_NEEDED,
+ COMMIT_NEEDED
+ };
// Exposed publicly so the keyword table can access it.
static const int kCurrentVersionNumber;

Powered by Google App Engine
This is Rietveld 408576698