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

Unified Diff: chrome/browser/net/net_error_tab_helper.h

Issue 2465623002: Add chrome namespace to chrome/common/network_diagnostics.mojom (Closed)
Patch Set: Add chrome namespace to chrome/common/network_diagnostics.mojom Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/net/net_error_tab_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/net_error_tab_helper.h
diff --git a/chrome/browser/net/net_error_tab_helper.h b/chrome/browser/net/net_error_tab_helper.h
index 403c0ef411db88601c2e90522a4f34834ad2059b..95b35a0c9954db2fd225a0a098c043d9f13178aa 100644
--- a/chrome/browser/net/net_error_tab_helper.h
+++ b/chrome/browser/net/net_error_tab_helper.h
@@ -29,7 +29,7 @@ namespace chrome_browser_net {
class NetErrorTabHelper
: public content::WebContentsObserver,
public content::WebContentsUserData<NetErrorTabHelper>,
- public mojom::NetworkDiagnostics {
+ public chrome::mojom::NetworkDiagnostics {
public:
enum TestingState {
TESTING_DEFAULT,
@@ -73,7 +73,7 @@ class NetErrorTabHelper
return dns_probe_status_;
}
- content::WebContentsFrameBindingSet<mojom::NetworkDiagnostics>&
+ content::WebContentsFrameBindingSet<chrome::mojom::NetworkDiagnostics>&
network_diagnostics_bindings_for_testing() {
return network_diagnostics_bindings_;
}
@@ -86,7 +86,7 @@ class NetErrorTabHelper
void InitializePref(content::WebContents* contents);
bool ProbesAllowed() const;
- // mojom::NetworkDiagnostics:
+ // chrome::mojom::NetworkDiagnostics:
void RunNetworkDiagnostics(const GURL& url) override;
// Shows the diagnostics dialog after its been sanitized, virtual for
@@ -101,7 +101,7 @@ class NetErrorTabHelper
bool IsFromErrorPage() const;
#endif // BUILDFLAG(ANDROID_JAVA_UI)
- content::WebContentsFrameBindingSet<mojom::NetworkDiagnostics>
+ content::WebContentsFrameBindingSet<chrome::mojom::NetworkDiagnostics>
network_diagnostics_bindings_;
// True if the last provisional load that started was for an error page.
« no previous file with comments | « no previous file | chrome/browser/net/net_error_tab_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698