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

Side by Side Diff: chrome/browser/chooser_controller/chooser_controller.h

Issue 2127883003: Move chooser_controller directory from //components to //chrome/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again Created 4 years, 5 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 unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_CHOOSER_CONTROLLER_CHOOSER_CONTROLLER_H_ 5 #ifndef CHROME_BROWSER_CHOOSER_CONTROLLER_CHOOSER_CONTROLLER_H_
6 #define COMPONENTS_CHOOSER_CONTROLLER_CHOOSER_CONTROLLER_H_ 6 #define CHROME_BROWSER_CHOOSER_CONTROLLER_CHOOSER_CONTROLLER_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "base/strings/string16.h" 9 #include "base/strings/string16.h"
10 10
11 namespace content { 11 namespace content {
12 class RenderFrameHost; 12 class RenderFrameHost;
13 } 13 }
14 14
15 namespace url { 15 namespace url {
16 class Origin; 16 class Origin;
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 void set_observer(Observer* observer) { observer_ = observer; } 82 void set_observer(Observer* observer) { observer_ = observer; }
83 Observer* observer() const { return observer_; } 83 Observer* observer() const { return observer_; }
84 84
85 private: 85 private:
86 content::RenderFrameHost* owning_frame_; 86 content::RenderFrameHost* owning_frame_;
87 Observer* observer_ = nullptr; 87 Observer* observer_ = nullptr;
88 88
89 DISALLOW_COPY_AND_ASSIGN(ChooserController); 89 DISALLOW_COPY_AND_ASSIGN(ChooserController);
90 }; 90 };
91 91
92 #endif // COMPONENTS_CHOOSER_CONTROLLER_CHOOSER_CONTROLLER_H_ 92 #endif // CHROME_BROWSER_CHOOSER_CONTROLLER_CHOOSER_CONTROLLER_H_
OLDNEW
« no previous file with comments | « chrome/browser/chooser_controller/README ('k') | chrome/browser/chooser_controller/chooser_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698