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

Unified Diff: extensions/browser/state_store.h

Issue 1497193002: Remove all the ephemeral apps code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Self review, Devlin review. Created 5 years 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 | « extensions/browser/install_flag.h ('k') | extensions/browser/state_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/state_store.h
diff --git a/extensions/browser/state_store.h b/extensions/browser/state_store.h
index 0cb475b600743a8e1d0bc2523a1aba1495c8db6c..3809c1e3fdabf9e5f0c71423194544d2d1c029ab 100644
--- a/extensions/browser/state_store.h
+++ b/extensions/browser/state_store.h
@@ -92,7 +92,6 @@ class StateStore : public base::SupportsWeakPtr<StateStore>,
void OnExtensionWillBeInstalled(content::BrowserContext* browser_context,
const Extension* extension,
bool is_update,
- bool from_ephemeral,
const std::string& old_name) override;
// Path to our database, on disk. Empty during testing.
« no previous file with comments | « extensions/browser/install_flag.h ('k') | extensions/browser/state_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698