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

Unified Diff: extensions/shell/browser/shell_extensions_browser_client.h

Issue 651403003: Remove //chrome deps from ExtensionDownloader (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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: extensions/shell/browser/shell_extensions_browser_client.h
diff --git a/extensions/shell/browser/shell_extensions_browser_client.h b/extensions/shell/browser/shell_extensions_browser_client.h
index 23ede3eb39af53bfef74b055b65c9b7d660fafa8..a468c0fc6b1935f8f02b68ad8dbbf42a52826930 100644
--- a/extensions/shell/browser/shell_extensions_browser_client.h
+++ b/extensions/shell/browser/shell_extensions_browser_client.h
@@ -79,6 +79,9 @@ class ShellExtensionsBrowserClient : public ExtensionsBrowserClient {
scoped_ptr<base::ListValue> args) override;
virtual net::NetLog* GetNetLog() override;
virtual ExtensionCache* GetExtensionCache() override;
+ virtual bool IsBackgroundUpdateAllowed() override;
+ virtual bool IsMinBrowserVersionSupported(
+ const std::string& min_version) override;
private:
// The single BrowserContext for app_shell. Not owned.
« no previous file with comments | « extensions/browser/test_extensions_browser_client.cc ('k') | extensions/shell/browser/shell_extensions_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698