Index: chrome/browser/ui/views/chrome_javascript_native_dialog_factory.h |
diff --git a/chrome/browser/ui/views/chrome_javascript_native_dialog_factory.h b/chrome/browser/ui/views/chrome_javascript_native_dialog_factory.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..12d613f01f653cf86f7bff32a5b97273d28ebc0f |
--- /dev/null |
+++ b/chrome/browser/ui/views/chrome_javascript_native_dialog_factory.h |
@@ -0,0 +1,11 @@ |
+// Copyright 2014 The Chromium Authors. All rights reserved. |
msw
2014/11/05 03:53:55
Is this file actually needed? I don't think you ev
oshima
2014/11/05 21:42:18
This was supposed to be removed. thanks you for th
|
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef CHROME_BROWSER_UI_APP_MODAL_DIALOGS_CHROME_JAVASCRIPT_NATIVE_DIALOG_FACTORY_H_ |
msw
2014/11/05 03:53:55
Fix this guard...
|
+#define CHROME_BROWSER_UI_APP_MODAL_DIALOGS_CHROME_JAVASCRIPT_NATIVE_DIALOG_FACTORY_H_ |
+ |
+void InstallChromeJavaScriptNativeDialogFactory(); |
+ |
+#endif // CHROME_BROWSER_UI_APP_MODAL_DIALOGS_CHROME_JAVASCRIPT_NATIVE_DIALOG_FACTORY_H_ |
+ |