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

Unified Diff: trunk/src/chrome/browser/extensions/state_store.cc

Issue 189873005: Revert 255588 "Persist browseraction properties across restarts" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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
« no previous file with comments | « trunk/src/chrome/browser/extensions/state_store.h ('k') | trunk/src/chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/extensions/state_store.cc
===================================================================
--- trunk/src/chrome/browser/extensions/state_store.cc (revision 255654)
+++ trunk/src/chrome/browser/extensions/state_store.cc (working copy)
@@ -39,9 +39,6 @@
// Marks us ready, and invokes all pending tasks.
void SetReady();
- // Return whether or not the DelayedTaskQueue is |ready_|.
- bool ready() const { return ready_; }
-
private:
bool ready_;
std::vector<base::Closure> pending_tasks_;
@@ -127,8 +124,6 @@
GetFullKey(extension_id, key)));
}
-bool StateStore::IsInitialized() const { return task_queue_->ready(); }
-
void StateStore::Observe(int type,
const content::NotificationSource& source,
const content::NotificationDetails& details) {
« no previous file with comments | « trunk/src/chrome/browser/extensions/state_store.h ('k') | trunk/src/chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698