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

Unified Diff: blimp/engine/common/blimp_content_client.h

Issue 2629743003: Remove all blimp engine code (Closed)
Patch Set: Created 3 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: blimp/engine/common/blimp_content_client.h
diff --git a/blimp/engine/common/blimp_content_client.h b/blimp/engine/common/blimp_content_client.h
deleted file mode 100644
index 08ab6d73e63c845f1ae16a39d9656fbafe70acfb..0000000000000000000000000000000000000000
--- a/blimp/engine/common/blimp_content_client.h
+++ /dev/null
@@ -1,36 +0,0 @@
-// Copyright (c) 2015 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 BLIMP_ENGINE_COMMON_BLIMP_CONTENT_CLIENT_H_
-#define BLIMP_ENGINE_COMMON_BLIMP_CONTENT_CLIENT_H_
-
-#include <string>
-
-#include "content/public/common/content_client.h"
-
-namespace blimp {
-namespace engine {
-
-std::string GetBlimpEngineUserAgent();
-void SetClientOSInfo(std::string client_os_info);
-
-class BlimpContentClient : public content::ContentClient {
- public:
- ~BlimpContentClient() override;
-
- // content::ContentClient implementation.
- std::string GetUserAgent() const override;
- base::string16 GetLocalizedString(int message_id) const override;
- base::StringPiece GetDataResource(
- int resource_id,
- ui::ScaleFactor scale_factor) const override;
- base::RefCountedMemory* GetDataResourceBytes(
- int resource_id) const override;
- gfx::Image& GetNativeImageNamed(int resource_id) const override;
-};
-
-} // namespace engine
-} // namespace blimp
-
-#endif // BLIMP_ENGINE_COMMON_BLIMP_CONTENT_CLIENT_H_

Powered by Google App Engine
This is Rietveld 408576698