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

Unified Diff: components/omaha_client/omaha_query_params_delegate.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
Index: components/omaha_client/omaha_query_params_delegate.h
diff --git a/components/omaha_client/omaha_query_params_delegate.h b/components/omaha_client/omaha_query_params_delegate.h
deleted file mode 100644
index ab52436beaf7ea55d075961c8fa90a64dda42cac..0000000000000000000000000000000000000000
--- a/components/omaha_client/omaha_query_params_delegate.h
+++ /dev/null
@@ -1,32 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef COMPONENTS_OMAHA_CLIENT_OMAHA_QUERY_PARAMS_DELEGATE_H_
-#define COMPONENTS_OMAHA_CLIENT_OMAHA_QUERY_PARAMS_DELEGATE_H_
-
-#include <string>
-
-#include "base/basictypes.h"
-
-namespace omaha_client {
-
-// Embedders can specify an OmahaQueryParamsDelegate to provide additional
-// custom parameters. If not specified (Set is never called), no additional
-// parameters are added.
-class OmahaQueryParamsDelegate {
- public:
- OmahaQueryParamsDelegate();
- virtual ~OmahaQueryParamsDelegate();
-
- // Returns additional parameters, if any. If there are any parameters, the
- // string should begin with a & character.
- virtual std::string GetExtraParams() = 0;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(OmahaQueryParamsDelegate);
-};
-
-} // namespace omaha_client
-
-#endif // COMPONENTS_OMAHA_CLIENT_OMAHA_QUERY_PARAMS_DELEGATE_H_
« no previous file with comments | « components/omaha_client/omaha_query_params.cc ('k') | components/omaha_client/omaha_query_params_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698