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

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

Issue 803313003: Rename omaha_client and similar tokens to update_client in all contexts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: rebase to master Created 5 years, 11 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 | « extensions/shell/browser/DEPS ('k') | extensions/shell/browser/shell_browser_main_parts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/browser/shell_browser_main_parts.h
diff --git a/extensions/shell/browser/shell_browser_main_parts.h b/extensions/shell/browser/shell_browser_main_parts.h
index 36ff69c5d10ad5f4a247547d41414dc2bddf43fc..0406d82df49b07686902f4802c619e139a1658bd 100644
--- a/extensions/shell/browser/shell_browser_main_parts.h
+++ b/extensions/shell/browser/shell_browser_main_parts.h
@@ -36,7 +36,7 @@ class ShellBrowserMainDelegate;
class ShellDeviceClient;
class ShellExtensionSystem;
class ShellOAuth2TokenService;
-class ShellOmahaQueryParamsDelegate;
+class ShellUpdateQueryParamsDelegate;
#if defined(OS_CHROMEOS)
class ShellAudioController;
@@ -89,7 +89,7 @@ class ShellBrowserMainParts : public content::BrowserMainParts {
scoped_ptr<ExtensionsClient> extensions_client_;
scoped_ptr<ExtensionsBrowserClient> extensions_browser_client_;
scoped_ptr<content::DevToolsHttpHandler> devtools_http_handler_;
- scoped_ptr<ShellOmahaQueryParamsDelegate> omaha_query_params_delegate_;
+ scoped_ptr<ShellUpdateQueryParamsDelegate> update_query_params_delegate_;
scoped_ptr<ShellOAuth2TokenService> oauth2_token_service_;
// Owned by the KeyedService system.
« no previous file with comments | « extensions/shell/browser/DEPS ('k') | extensions/shell/browser/shell_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698