Fix code styling problems
This commit is contained in:
parent
3f2a25d07c
commit
7268f434b2
9 changed files with 51 additions and 36 deletions
|
@ -101,8 +101,9 @@ class Browser : public WindowListObserver {
|
|||
std::string GetCurrentActivityType();
|
||||
|
||||
// Resumes an activity via hand-off.
|
||||
bool ContinueUserActivity(const std::string& type,
|
||||
const std::map<std::string, std::string>& user_info);
|
||||
bool ContinueUserActivity(
|
||||
const std::string& type,
|
||||
const std::map<std::string, std::string>& user_info);
|
||||
|
||||
// Bounce the dock icon.
|
||||
enum BounceType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue