Remove extra newlines
This commit is contained in:
parent
7aacf786d6
commit
7e185ef1a3
8 changed files with 0 additions and 10 deletions
|
@ -17,7 +17,6 @@ DevToolsContentsResizingStrategy::DevToolsContentsResizingStrategy(
|
|||
!bounds_.y()) {
|
||||
}
|
||||
|
||||
|
||||
void DevToolsContentsResizingStrategy::CopyFrom(
|
||||
const DevToolsContentsResizingStrategy& strategy) {
|
||||
bounds_ = strategy.bounds();
|
||||
|
|
|
@ -145,7 +145,6 @@ class DispatcherImpl : public DevToolsEmbedderMessageDispatcher {
|
|||
base::Unretained(delegate)));
|
||||
}
|
||||
|
||||
|
||||
private:
|
||||
using Handler = base::Callback<bool(const DispatchCallback&,
|
||||
const base::ListValue&)>;
|
||||
|
|
|
@ -39,7 +39,6 @@ const char kError[] = "error";
|
|||
// JSON RPC 2.0 spec: http://www.jsonrpc.org/specification#error_object
|
||||
const int kErrorInvalidParams = -32602;
|
||||
|
||||
|
||||
bool ParseCommand(const base::DictionaryValue* command,
|
||||
int* id,
|
||||
std::string* method,
|
||||
|
|
|
@ -100,7 +100,6 @@ void ViewsDelegate::OnBeforeWidgetInit(
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
bool ViewsDelegate::WindowManagerProvidesTitleBar(bool maximized) {
|
||||
#if defined(OS_LINUX)
|
||||
// On Ubuntu Unity, the system always provides a title bar for maximized
|
||||
|
|
|
@ -59,8 +59,6 @@ class ViewsDelegate : public views::ViewsDelegate {
|
|||
DISALLOW_COPY_AND_ASSIGN(ViewsDelegate);
|
||||
};
|
||||
|
||||
|
||||
|
||||
} // namespace brightray
|
||||
|
||||
#endif // BRIGHTRAY_BROWSER_VIEWS_VIEWS_DELEGATE_H_
|
||||
|
|
|
@ -10,7 +10,6 @@ struct NotificationData {
|
|||
std::wstring body_text;
|
||||
HBITMAP image = NULL;
|
||||
|
||||
|
||||
NotificationData() = default;
|
||||
|
||||
~NotificationData() {
|
||||
|
|
|
@ -344,7 +344,6 @@ void DesktopNotificationController::DestroyToast(ToastInstance& inst) {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
DesktopNotificationController::Notification::Notification(
|
||||
const shared_ptr<NotificationData>& data) :
|
||||
data_(data) {
|
||||
|
@ -389,7 +388,6 @@ void DesktopNotificationController::Notification::Set(
|
|||
data_->controller->StartAnimation();
|
||||
}
|
||||
|
||||
|
||||
DesktopNotificationController::NotificationLink::NotificationLink(
|
||||
DesktopNotificationController* controller) :
|
||||
shared_ptr(make_shared<NotificationData>()) {
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
#import "main_delegate.h"
|
||||
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/mac/bundle_locations.h"
|
||||
#include "base/mac/foundation_util.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue