Skip to content
This repository was archived by the owner on Jan 4, 2019. It is now read-only.

Add chrome.cookies.{getAll, set, get} for Pinterest Save Button extension, brave/browser-laptop#6366 #200

Merged
merged 1 commit into from
Jun 8, 2017

Conversation

kevinlawler
Copy link
Contributor

@kevinlawler kevinlawler commented May 22, 2017

@kevinlawler kevinlawler changed the title squelch cookies.set access error, brave/browser-laptop#6366 Add chrome.cookies.{getAll, set, get} for Pinterest Save Button extension, brave/browser-laptop#6366 May 24, 2017
@kevinlawler kevinlawler force-pushed the pinterest-save branch 3 times, most recently from fdbb851 to b34d1c3 Compare June 1, 2017 18:07
@@ -18,7 +18,7 @@
#include "base/strings/utf_string_conversions.h"
#include "base/threading/thread_task_runner_handle.h"
#include "brave/browser/brave_content_browser_client.h"
#include "chrome/browser/importer/external_process_importer_host.h"
#include "brave/browser/importer/brave_external_process_importer_host.h"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these changes are unintentional? If you can clean them up I'll get it merged

@kevinlawler
Copy link
Contributor Author

@bridiver rebased against master. lmk if you need any other changes

@@ -142,6 +142,9 @@ void ComponentUpdater::RegisterComponent(const std::string& component_id) {
} else if (component_id == kHoneyId) {
RegisterComponentForUpdate(
kHoneyPublicKeyStr, registered_callback, ready_callback);
} else if (component_id == kPinterestId) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bbondy do we still need these? Can't we just register them in browser-laptop using the component api?

@kevinlawler
Copy link
Contributor Author

split cookies fixes into separate branch/pr from pinterest key

Copy link
Collaborator

@bridiver bridiver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

@bridiver bridiver merged commit c49a27a into master Jun 8, 2017
@bsclifton bsclifton deleted the pinterest-save branch June 18, 2018 18:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants