Commit 2cddca8a authored by Nikita Podguzov's avatar Nikita Podguzov Committed by Commit Bot

Printing API: Change chrome.printing channel to stable

Bug: 996785
Change-Id: Id013b35f0b113ef039db42980dc55d5c892035f4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007280Reviewed-by: default avatarDevlin <rdevlin.cronin@chromium.org>
Commit-Queue: Nikita Podguzov <nikitapodguzov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#738245}
parent 5bfcccb3
......@@ -29,7 +29,6 @@
#include "extensions/browser/event_router_factory.h"
#include "extensions/browser/test_event_router.h"
#include "extensions/common/extension_builder.h"
#include "extensions/common/features/feature_channel.h"
#include "printing/backend/print_backend.h"
#include "printing/backend/test_print_backend.h"
#include "testing/gmock/include/gmock/gmock.h"
......@@ -110,8 +109,7 @@ chromeos::Printer ConstructPrinter(const std::string& id,
class PrintingAPIHandlerUnittest : public testing::Test {
public:
PrintingAPIHandlerUnittest()
: scoped_current_channel_(version_info::Channel::DEV) {}
PrintingAPIHandlerUnittest() = default;
~PrintingAPIHandlerUnittest() override = default;
void SetUp() override {
......@@ -186,8 +184,6 @@ class PrintingAPIHandlerUnittest : public testing::Test {
base::Optional<std::string> error_;
private:
// TODO(crbug.com/992889): Remove this once the API is launched for stable.
ScopedCurrentChannel scoped_current_channel_;
std::unique_ptr<TestingProfileManager> profile_manager_;
DISALLOW_COPY_AND_ASSIGN(PrintingAPIHandlerUnittest);
......
......@@ -628,7 +628,7 @@
"extension_types": ["extension", "legacy_packaged_app"]
},
"printing": {
"channel": "dev",
"channel": "stable",
"platforms": ["chromeos"],
"extension_types": ["extension"]
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment